ipython also as pythonPackages.ipython

svn path=/nixpkgs/trunk/; revision=29428
This commit is contained in:
Florian Friesdorf 2011-09-21 20:05:24 +00:00
parent 12a38dd5c6
commit 3822bfd8d7

View File

@ -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;