mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge #80802: netpbm: fix typo on substituteInPlace parameters
This commit is contained in:
commit
d7266d00b2
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
postPatch = /* CVE-2005-2471, from Arch */ ''
|
||||
substituteInPlace converter/other/pstopnm.c \
|
||||
--replace '"-DSAFER"' '"-DPARANOIDSAFER"'
|
||||
--replace '"-dSAFER"' '"-dPARANOIDSAFER"'
|
||||
'';
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user