ihaskell: pass an ipython jupyter environment

This commit is contained in:
Edward Tjörnhammar 2015-09-28 08:59:47 +02:00
parent a36ab12727
commit 7cef1a4150

View file

@ -1857,8 +1857,13 @@ let
ifuse = callPackage ../tools/filesystems/ifuse/default.nix { };
ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
inherit (pythonPackages) ipython;
inherit (haskellPackages) ihaskell ghcWithPackages;
ipython = buildEnv {
name = "ipython-faux-environment";
paths = with pythonPackages; [ pythonFull ipykernel notebook ];
};
packages = config.ihaskell.packages or (self: []);
};