mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
ipython also as pythonPackages.ipython
svn path=/nixpkgs/trunk/; revision=29428
This commit is contained in:
parent
12a38dd5c6
commit
3822bfd8d7
@ -19,6 +19,12 @@ let pythonPackages = python.modules // rec {
|
||||
};
|
||||
|
||||
|
||||
ipython = import ../shells/ipython {
|
||||
inherit (pkgs) stdenv fetchurl;
|
||||
inherit buildPythonPackage pythonPackages;
|
||||
};
|
||||
|
||||
|
||||
wrapPython = pkgs.makeSetupHook
|
||||
{ deps = pkgs.makeWrapper;
|
||||
substitutions.libPrefix = python.libPrefix;
|
||||
|
Loading…
Reference in New Issue
Block a user