tomb: use --replace-fail

This commit is contained in:
Anthony Roussel 2024-04-08 14:35:15 +02:00
parent b32b0c5183
commit 30762f89b0
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
postPatch = ''
# if not, it shows .tomb-wrapped when running
substituteInPlace tomb \
--replace 'TOMBEXEC=$0' 'TOMBEXEC=tomb'
--replace-fail 'TOMBEXEC=$0' 'TOMBEXEC=tomb'
'';
installPhase = ''