Python: fix virtualenv with Python 2
This commit is contained in:
committed by
Frederik Rietdijk
parent
98bcf5d8da
commit
f17001afd8
@@ -43,6 +43,10 @@ buildPythonPackage rec {
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
patches = lib.optionals (isPy27) [
|
||||
./0001-Check-base_prefix-and-base_exec_prefix-for-Python-2.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A tool to create isolated Python environments";
|
||||
homepage = "http://www.virtualenv.org";
|
||||
|
||||
Reference in New Issue
Block a user