Merge #80802: netpbm: fix typo on substituteInPlace parameters

This commit is contained in:
Vladimír Čunát 2020-02-22 17:48:11 +01:00
commit d7266d00b2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
postPatch = /* CVE-2005-2471, from Arch */ ''
substituteInPlace converter/other/pstopnm.c \
--replace '"-DSAFER"' '"-DPARANOIDSAFER"'
--replace '"-dSAFER"' '"-dPARANOIDSAFER"'
'';
buildInputs =