mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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'';
|
||||
configureFlags = "--without-hal --enable-udev";
|
||||
|
||||
buildInputs = [ gettext perl perlXMLParser intltool pkgconfig glib libxml2
|
||||
sqlite libplist libusb1 zlib sg3_utils gtk taglib libimobiledevice
|
||||
python pygobject mutagen swig ];
|
||||
propagatedBuildInputs = [ glib libxml2 sqlite libplist libusb1 zlib sg3_utils
|
||||
gtk taglib libimobiledevice python pygobject mutagen ];
|
||||
|
||||
buildInputs = [ gettext perlXMLParser intltool pkgconfig perl swig ];
|
||||
|
||||
meta = {
|
||||
homepage = http://gtkpod.sourceforge.net/;
|
||||
|
|
Loading…
Reference in a new issue