ansifilter: use --replace-fail in gzip substitution

This commit is contained in:
Doron Behar
2025-12-03 11:51:38 +02:00
parent 8a7639f1d1
commit cd3e8961a6
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
# avoid timestamp non-determinism with '-n'
substituteInPlace makefile --replace 'gzip -9f' 'gzip -9nf'
substituteInPlace makefile --replace-fail 'gzip -9f' 'gzip -9nf'
'';
makeFlags = [