Commit 9f4c80f7 authored by John Titor's avatar John Titor Committed by github-actions[bot]
Browse files

bcachefs-tools: replace -> replace-fail

(cherry picked from commit 4b7a2daf91d4232e388d92a36919de959885d303)
parent f79e28fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {