* Build Audacious with XSPF (playlist) support.

svn path=/nixpkgs/trunk/; revision=16935
This commit is contained in:
Eelco Dolstra 2009-09-02 16:54:08 +00:00
parent 76f1d68360
commit e4428949fe
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, audacious, dbus_glib, gettext
, libmad, xlibs, alsaLib, taglib, libmpcdec, libogg, libvorbis
, libcdio, libcddb
, libcdio, libcddb, libxml2
}:
stdenv.mkDerivation {
@ -14,7 +14,7 @@ stdenv.mkDerivation {
buildInputs = [
pkgconfig audacious dbus_glib gettext libmad
xlibs.libXcomposite alsaLib taglib libmpcdec
libogg libvorbis libcdio libcddb
libogg libvorbis libcdio libcddb libxml2
];
preBuild = ''

View File

@ -5927,7 +5927,7 @@ let
audacious_plugins = import ../applications/audio/audacious/plugins.nix {
inherit fetchurl stdenv pkgconfig audacious dbus_glib gettext
libmad xlibs alsaLib taglib libmpcdec libogg libvorbis
libcdio libcddb;
libcdio libcddb libxml2;
};
audacity = import ../applications/audio/audacity {