3
0
Fork 0
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:
worldofpeace 2020-03-01 09:51:43 -05:00
parent 4b771aa2e6
commit e50306dfe3
2 changed files with 4 additions and 6 deletions

View file

@ -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 ])

View file

@ -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 { };