libgpod: also remove mutagen
I think this was my mistake. This is also a python2 dependency that should have been removed with pygobject.
This commit is contained in:
parent
4b771aa2e6
commit
e50306dfe3
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
|
{ stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
|
||||||
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
||||||
libimobiledevice, mutagen,
|
libimobiledevice,
|
||||||
monoSupport ? false, mono, gtk-sharp-2_0
|
monoSupport ? false, mono, gtk-sharp-2_0
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
||||||
gdk-pixbuf taglib libimobiledevice mutagen ];
|
gdk-pixbuf taglib libimobiledevice ];
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext intltool pkgconfig ]
|
nativeBuildInputs = [ gettext intltool pkgconfig ]
|
||||||
++ (with perlPackages; [ perl XMLParser ])
|
++ (with perlPackages; [ perl XMLParser ])
|
||||||
|
@ -12647,9 +12647,7 @@ in
|
|||||||
|
|
||||||
libgpiod = callPackage ../development/libraries/libgpiod { };
|
libgpiod = callPackage ../development/libraries/libgpiod { };
|
||||||
|
|
||||||
libgpod = callPackage ../development/libraries/libgpod {
|
libgpod = callPackage ../development/libraries/libgpod { };
|
||||||
inherit (pkgs.pythonPackages) mutagen;
|
|
||||||
};
|
|
||||||
|
|
||||||
libgssglue = callPackage ../development/libraries/libgssglue { };
|
libgssglue = callPackage ../development/libraries/libgssglue { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user