Skip to content

Commit

Permalink
libgpod: also remove mutagen
Browse files Browse the repository at this point in the history
I think this was my mistake. This is also a python2 dependency
that should have been removed with pygobject.
  • Loading branch information
worldofpeace committed Mar 1, 2020
1 parent 4b771aa commit e50306d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgpod/default.nix
@@ -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
}:

Expand All @@ -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 ])
Expand Down
6 changes: 2 additions & 4 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down Expand Up @@ -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 { };

Expand Down

0 comments on commit e50306d

Please sign in to comment.