pythonPackages.ipython: use correct pythonPackages
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user