about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tomb
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-04-08 14:35:15 +0200
committerAnthony Roussel <anthony@roussel.dev>2024-04-08 14:35:15 +0200
commit30762f89b041dbd6e88b50510b3b59ba06a3301a (patch)
treebdea52dafcd266098b3c129bd1f430c52f1ca345 /pkgs/os-specific/linux/tomb
parentb32b0c5183d8e53d8d42d81245fac4c77e703341 (diff)
tomb: use `--replace-fail`
Diffstat (limited to 'pkgs/os-specific/linux/tomb')
-rw-r--r--pkgs/os-specific/linux/tomb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/tomb/default.nix b/pkgs/os-specific/linux/tomb/default.nix
index 71fd28db6304d..98dd9bc1dbca0 100644
--- a/pkgs/os-specific/linux/tomb/default.nix
+++ b/pkgs/os-specific/linux/tomb/default.nix
@@ -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 = ''