forked from mirrors/nixpkgs
* Build Audacious with XSPF (playlist) support.
svn path=/nixpkgs/trunk/; revision=16935
This commit is contained in:
parent
76f1d68360
commit
e4428949fe
|
@ -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 = ''
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue