python2.pkgs.pip: fix regression in 20.2
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, pipInstallHook
|
||||
, setuptoolsBuildHook
|
||||
, wheel, pip, setuptools
|
||||
, isPy27
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -24,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
mkdir -p $out/bin
|
||||
'' + stdenv.lib.optionalString isPy27 ''
|
||||
pushd "${pip.src.name}"
|
||||
patch -p1 < ${builtins.elemAt pip.patches 0}
|
||||
popd
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ makeWrapper unzip ];
|
||||
|
||||
Reference in New Issue
Block a user