tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
peazip: replace substitute's deprecated --replace
Anna Aurora
5 months ago
78c93e50
3548ae10
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
pe
peazip
package.nix
+1
-1
pkgs/by-name/pe/peazip/package.nix
···
36
37
postPatch = ''
38
# set it to use compression programs from $PATH
39
-
substituteInPlace dev/peach.pas --replace " HSYSBIN = 0;" " HSYSBIN = 2;"
40
'';
41
42
nativeBuildInputs = [
···
36
37
postPatch = ''
38
# set it to use compression programs from $PATH
39
+
substituteInPlace dev/peach.pas --replace-fail " HSYSBIN = 0;" " HSYSBIN = 2;"
40
'';
41
42
nativeBuildInputs = [