From 4162dfe9c5e61748edc277123d9b2555b540e238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 21 Aug 2008 14:56:57 +0000 Subject: [PATCH] EMMS: Default to the libtag info back-end for MP3s. svn path=/nixpkgs/trunk/; revision=12683 --- pkgs/applications/editors/emacs-modes/emms/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/editors/emacs-modes/emms/default.nix b/pkgs/applications/editors/emacs-modes/emms/default.nix index ce4954056e1..4dbf8663f15 100644 --- a/pkgs/applications/editors/emacs-modes/emms/default.nix +++ b/pkgs/applications/editors/emacs-modes/emms/default.nix @@ -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 = ''