ihaskell: use python.buildEnv

This commit is contained in:
Edward Tjörnhammar 2015-09-28 21:25:26 +02:00
parent db31c1c438
commit 14c18ad9b8

View File

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