tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.keystoneauth1: fix substituteInPlace
Robin Gloster
8 years ago
d98245b2
64b57cfc
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
keystoneauth1
default.nix
+1
-1
pkgs/development/python-modules/keystoneauth1/default.nix
···
22
23
postPatch = ''
24
sed -i 's@python@${python.interpreter}@' .testr.conf
25
-
substituteInPlace requirements.txt --replace "argparse"
26
'';
27
}
···
22
23
postPatch = ''
24
sed -i 's@python@${python.interpreter}@' .testr.conf
25
+
substituteInPlace requirements.txt --replace "argparse" ""
26
'';
27
}