tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.oslo-config: fix substituteInPlace
Robin Gloster
8 years ago
84a9a801
d98245b2
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
oslo-config
default.nix
+1
-1
pkgs/development/python-modules/oslo-config/default.nix
···
17
17
doCheck = false;
18
18
19
19
postPatch = ''
20
20
-
substituteInPlace requirements.txt --replace "argparse"
20
20
+
substituteInPlace requirements.txt --replace "argparse" ""
21
21
'';
22
22
}