about summary refs log tree commit diff
path: root/pkgs/by-name/bc
diff options
context:
space:
mode:
authorJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-05-25 22:45:25 +0530
committerAlyssa Ross <hi@alyssa.is>2024-05-26 10:43:01 +0200
commit4f1739c86a4aa17f6d65eafd041baa0b6cfe1a84 (patch)
treeb52334f4fa231a03c8e18c46f6775fcee1e20315 /pkgs/by-name/bc
parentbeb7b9b0dc6f2cb574797d9b40de9ab587cc5b1d (diff)
bcachefs-tools: replace -> replace-fail
Diffstat (limited to 'pkgs/by-name/bc')
-rw-r--r--pkgs/by-name/bc/bcachefs-tools/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/bc/bcachefs-tools/package.nix b/pkgs/by-name/bc/bcachefs-tools/package.nix
index 4c17a33213145..14f668bf5b675 100644
--- a/pkgs/by-name/bc/bcachefs-tools/package.nix
+++ b/pkgs/by-name/bc/bcachefs-tools/package.nix
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   postInstall = ''
     substituteInPlace $out/libexec/bcachefsck_all \
-      --replace "/usr/bin/python3" "${python3}/bin/python3"
+      --replace-fail "/usr/bin/python3" "${python3}/bin/python3"
   '';
 
   passthru = {