mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
libgpod: drop libimobiledevice.swig
was removed a while ago
This commit is contained in:
parent
098da6633e
commit
319b5cec4e
|
@ -25,8 +25,8 @@ in stdenv.mkDerivation rec {
|
|||
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
||||
gdk_pixbuf taglib libimobiledevice python pygobject2 mutagen ];
|
||||
|
||||
nativeBuildInputs = [ gettext perlXMLParser intltool pkgconfig perl
|
||||
libimobiledevice.swig ] ++ lib.optionals monoSupport [ mono gtk-sharp-2_0 ];
|
||||
nativeBuildInputs = [ gettext perlXMLParser intltool pkgconfig perl] ++
|
||||
lib.optionals monoSupport [ mono gtk-sharp-2_0 ];
|
||||
|
||||
meta = {
|
||||
homepage = http://gtkpod.sourceforge.net/;
|
||||
|
|
Loading…
Reference in a new issue