tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gmvault: fix build
Frederik Rietdijk
8 years ago
b00be43c
49ce901f
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
gmvault
default.nix
+1
pkgs/tools/networking/gmvault/default.nix
···
21
cat ${startScript} > etc/scripts/gmvault
22
chmod +x etc/scripts/gmvault
23
substituteInPlace setup.py --replace "==" ">="
0
24
'';
25
26
meta = {
···
21
cat ${startScript} > etc/scripts/gmvault
22
chmod +x etc/scripts/gmvault
23
substituteInPlace setup.py --replace "==" ">="
24
+
substituteInPlace setup.py --replace "argparse" ""
25
'';
26
27
meta = {