# To stop Dockter generating this file and start editing it yourself,
# rename it to "default.nix".
with import (builtins.fetchTarball {
  name = "stencila-18.12";
  url = https://github.com/stencila/nixpkgs/archive/18.12.tar.gz;
  sha256 = "0kygd44qc2d41dh6pccjiisdvxgpnj9njmhalr0mhrh971xxgnkz";
}) {};

stdenv.mkDerivation rec {
  name = "multi-lang-for-nix";
  buildInputs = [
    bashInteractive coreutils utillinux findutils gnugrep which openssl cacert
    nodejs
    nodePackages.dat
    python37
    python37Packages.numpy python37Packages.pillow
    R
    rPackages.babynames
  ];
}
