3
0
Fork 0
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:
Ludovic Courtès 2008-08-21 14:56:57 +00:00
parent e75a56c88e
commit 4162dfe9c5

View file

@ -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 = ''