python3Packages.pip: 20.2.4 -> 20.3

This commit is contained in:
Frederik Rietdijk
2020-12-01 14:35:06 +01:00
parent 76966f8ddd
commit b0e372864a
2 changed files with 2 additions and 15 deletions

View File

@@ -25,10 +25,6 @@ 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 ];