aaxtomp3: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:47 -05:00
parent d32e9aee36
commit 8db7f6941d
+3 -3
View File
@@ -30,10 +30,10 @@ resholve.mkDerivation rec {
postPatch = ''
substituteInPlace AAXtoMP3 \
--replace 'AAXtoMP3' 'aaxtomp3'
--replace-fail 'AAXtoMP3' 'aaxtomp3'
substituteInPlace interactiveAAXtoMP3 \
--replace 'AAXtoMP3' 'aaxtomp3' \
--replace 'call="./aaxtomp3"' 'call="$AAXTOMP3"'
--replace-fail 'AAXtoMP3' 'aaxtomp3' \
--replace-fail 'call="./aaxtomp3"' 'call="$AAXTOMP3"'
'';
installPhase = ''