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

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 =