ihaskell: use python.buildEnv
This commit is contained in:
parent
db31c1c438
commit
14c18ad9b8
@ -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: []);
|
||||
|
Loading…
Reference in New Issue
Block a user