forked from mirrors/nixpkgs
EMMS: Default to the libtag info back-end for MP3s.
svn path=/nixpkgs/trunk/; revision=12683
This commit is contained in:
parent
e75a56c88e
commit
4162dfe9c5
|
@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
|
|||
-e "s|\"emms-print-metadata\"|\"$out/bin/emms-print-metadata\"|g"
|
||||
sed -i "emms-volume-amixer.el" \
|
||||
-e 's|"amixer"|"${alsaUtils}/bin/amixer"|g'
|
||||
|
||||
# Use the libtag info back-end for MP3s since we're building it.
|
||||
sed -i "emms-setup.el" \
|
||||
-e 's|emms-info-mp3info|emms-info-libtag|g'
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue