ipython also as pythonPackages.ipython
svn path=/nixpkgs/trunk/; revision=29428
This commit is contained in:
@@ -19,6 +19,12 @@ let pythonPackages = python.modules // rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
ipython = import ../shells/ipython {
|
||||||
|
inherit (pkgs) stdenv fetchurl;
|
||||||
|
inherit buildPythonPackage pythonPackages;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
wrapPython = pkgs.makeSetupHook
|
wrapPython = pkgs.makeSetupHook
|
||||||
{ deps = pkgs.makeWrapper;
|
{ deps = pkgs.makeWrapper;
|
||||||
substitutions.libPrefix = python.libPrefix;
|
substitutions.libPrefix = python.libPrefix;
|
||||||
|
|||||||
Reference in New Issue
Block a user