mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Distutils2: patch to work with Python2 (only), until the issue http://bugs.python.org/issue17002 is resolved upstream
This commit is contained in:
parent
4b9df608e2
commit
a72c9d728d
1 changed files with 4 additions and 0 deletions
|
@ -629,6 +629,10 @@ let pythonPackages = python.modules // rec {
|
|||
md5 = "52bc9dffb394970c27e02853ae3a3241";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
sed -e "s#html.entities#htmlentitydefs#g" -i distutils2/pypi/simple.py
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue