treewide: Mass replace 'flac}/bin' to refer the 'bin' output
This commit is contained in:
parent
9700be4381
commit
76cfa449dc
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
postFixup = ''
|
postFixup = ''
|
||||||
for executable in $(cd $out/bin && ls); do
|
for executable in $(cd $out/bin && ls); do
|
||||||
wrapProgram $out/bin/$executable \
|
wrapProgram $out/bin/$executable \
|
||||||
--prefix PATH : "${bc}/bin:${findutils}/bin:${sox}/bin:${procps}/bin:${opusTools}/bin:${lame}/bin:${flac}/bin"
|
--prefix PATH : "${bc}/bin:${findutils}/bin:${sox}/bin:${procps}/bin:${opusTools}/bin:${lame}/bin:${flac.bin}/bin"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ in buildPythonPackage rec {
|
|||||||
}' beets/ui/commands.py
|
}' beets/ui/commands.py
|
||||||
'' + optionalString enableBadfiles ''
|
'' + optionalString enableBadfiles ''
|
||||||
sed -i -e '/self\.run_command(\[/ {
|
sed -i -e '/self\.run_command(\[/ {
|
||||||
s,"flac","${flac}/bin/flac",
|
s,"flac","${flac.bin}/bin/flac",
|
||||||
s,"mp3val","${mp3val}/bin/mp3val",
|
s,"mp3val","${mp3val}/bin/mp3val",
|
||||||
}' beetsplug/badfiles.py
|
}' beetsplug/badfiles.py
|
||||||
'' + optionalString enableReplaygain ''
|
'' + optionalString enableReplaygain ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user