pythonPackages.ipython: use correct pythonPackages
This commit is contained in:
parent
d1ea8b3923
commit
c61fe83268
@ -102,6 +102,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
ipython = callPackage ../shells/ipython {
|
ipython = callPackage ../shells/ipython {
|
||||||
|
inherit pythonPackages;
|
||||||
|
|
||||||
qtconsoleSupport = !pkgs.stdenv.isDarwin; # qt is not supported on darwin
|
qtconsoleSupport = !pkgs.stdenv.isDarwin; # qt is not supported on darwin
|
||||||
pylabQtSupport = !pkgs.stdenv.isDarwin;
|
pylabQtSupport = !pkgs.stdenv.isDarwin;
|
||||||
pylabSupport = !pkgs.stdenv.isDarwin; # cups is not supported on darwin
|
pylabSupport = !pkgs.stdenv.isDarwin; # cups is not supported on darwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user