adcskiller: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:52 -05:00
parent 3d40f110cc
commit 7c77c2dabe
+1 -1
View File
@@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication {
install -vD $pname.py $out/bin/$pname
substituteInPlace $out/bin/$pname --replace '"Coercer"' '"coercer"'
substituteInPlace $out/bin/$pname --replace-fail '"Coercer"' '"coercer"'
runHook postInstall
'';