mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.ipython: use correct pythonPackages
This commit is contained in:
parent
d1ea8b3923
commit
c61fe83268
@ -102,6 +102,8 @@ let
|
||||
};
|
||||
|
||||
ipython = callPackage ../shells/ipython {
|
||||
inherit pythonPackages;
|
||||
|
||||
qtconsoleSupport = !pkgs.stdenv.isDarwin; # qt is not supported on darwin
|
||||
pylabQtSupport = !pkgs.stdenv.isDarwin;
|
||||
pylabSupport = !pkgs.stdenv.isDarwin; # cups is not supported on darwin
|
||||
|
Loading…
Reference in New Issue
Block a user