Propagate some build inputs. Should fix amarok build
svn path=/nixpkgs/trunk/; revision=23969
This commit is contained in:
parent
e5a71f8151
commit
5d6dd8a956
@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
patchPhase = ''sed -e "s,udevdir=,&$out," -i configure'';
|
patchPhase = ''sed -e "s,udevdir=,&$out," -i configure'';
|
||||||
configureFlags = "--without-hal --enable-udev";
|
configureFlags = "--without-hal --enable-udev";
|
||||||
|
|
||||||
buildInputs = [ gettext perl perlXMLParser intltool pkgconfig glib libxml2
|
propagatedBuildInputs = [ glib libxml2 sqlite libplist libusb1 zlib sg3_utils
|
||||||
sqlite libplist libusb1 zlib sg3_utils gtk taglib libimobiledevice
|
gtk taglib libimobiledevice python pygobject mutagen ];
|
||||||
python pygobject mutagen swig ];
|
|
||||||
|
buildInputs = [ gettext perlXMLParser intltool pkgconfig perl swig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://gtkpod.sourceforge.net/;
|
homepage = http://gtkpod.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user