bcachefs-tools: replace -> replace-fail

This commit is contained in:
John Titor 2024-05-25 22:45:25 +05:30 committed by Alyssa Ross
parent beb7b9b0dc
commit 4f1739c86a

View File

@ -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 = {