Python: fix virtualenv with Python 2

This commit is contained in:
Frederik Rietdijk
2020-05-24 09:35:45 +02:00
committed by Frederik Rietdijk
parent 98bcf5d8da
commit f17001afd8
5 changed files with 52 additions and 9 deletions

View File

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