forked from mirrors/nixpkgs
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,
|
||||
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
||||
libimobiledevice, mutagen,
|
||||
libimobiledevice,
|
||||
monoSupport ? false, mono, gtk-sharp-2_0
|
||||
}:
|
||||
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
dontStrip = true;
|
||||
|
||||
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
||||
gdk-pixbuf taglib libimobiledevice mutagen ];
|
||||
gdk-pixbuf taglib libimobiledevice ];
|
||||
|
||||
nativeBuildInputs = [ gettext intltool pkgconfig ]
|
||||
++ (with perlPackages; [ perl XMLParser ])
|
||||
|
|
|
@ -4062,7 +4062,7 @@ in
|
|||
pixd = callPackage ../tools/misc/pixd { };
|
||||
|
||||
hey = callPackage ../tools/networking/hey { };
|
||||
|
||||
|
||||
hhpc = callPackage ../tools/misc/hhpc { };
|
||||
|
||||
hiera-eyaml = callPackage ../tools/system/hiera-eyaml { };
|
||||
|
@ -12647,9 +12647,7 @@ in
|
|||
|
||||
libgpiod = callPackage ../development/libraries/libgpiod { };
|
||||
|
||||
libgpod = callPackage ../development/libraries/libgpod {
|
||||
inherit (pkgs.pythonPackages) mutagen;
|
||||
};
|
||||
libgpod = callPackage ../development/libraries/libgpod { };
|
||||
|
||||
libgssglue = callPackage ../development/libraries/libgssglue { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue