treewide: Mass replace 'flac}/bin' to refer the 'bin' output

This commit is contained in:
Tuomas Tynkkynen
2016-02-01 20:46:02 +02:00
parent 9700be4381
commit 76cfa449dc
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ in buildPythonPackage rec {
}' beets/ui/commands.py
'' + optionalString enableBadfiles ''
sed -i -e '/self\.run_command(\[/ {
s,"flac","${flac}/bin/flac",
s,"flac","${flac.bin}/bin/flac",
s,"mp3val","${mp3val}/bin/mp3val",
}' beetsplug/badfiles.py
'' + optionalString enableReplaygain ''