Skip to content

Commit

Permalink
bcachefs-tools: replace -> replace-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored and alyssais committed May 26, 2024
1 parent beb7b9b commit 4f1739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/bc/bcachefs-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4f1739c

Please sign in to comment.