Patching python-virtualenv so that it doesn't fail if the python version is specified, e.g. --python=python2.7, and now iff the python version is specified it successfully also installs additional libs such as readline into the virtualenv

svn path=/nixpkgs/trunk/; revision=34184
This commit is contained in:
Cillian de Roiste
2012-05-19 23:15:50 +00:00
parent ee5b3c893c
commit 531b63a389
2 changed files with 31 additions and 0 deletions

View File

@@ -2266,6 +2266,8 @@ let pythonPackages = python.modules // rec {
md5 = "1072b66d53c24e019a8f1304ac9d9fc5";
};
patches = [ ../development/python-modules/virtualenv-change-prefix.patch ];
doCheck = false;
meta = with stdenv.lib; {