libgpod: move to pkgs/by-name, unpin autotools (#426565)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
perlPackages,
|
||||
gtk-doc,
|
||||
intltool,
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
@@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs =
|
||||
[
|
||||
autoreconfHook
|
||||
gtk-doc
|
||||
intltool
|
||||
pkg-config
|
||||
udevCheckHook
|
||||
@@ -8613,10 +8613,6 @@ with pkgs;
|
||||
genPosixLockObjOnly = true;
|
||||
};
|
||||
|
||||
libgpod = callPackage ../development/libraries/libgpod {
|
||||
autoreconfHook = buildPackages.autoreconfHook269;
|
||||
};
|
||||
|
||||
libindicator-gtk2 = libindicator.override { gtkVersion = "2"; };
|
||||
libindicator-gtk3 = libindicator.override { gtkVersion = "3"; };
|
||||
inherit (callPackage ../development/libraries/libliftoff { }) libliftoff_0_4 libliftoff_0_5;
|
||||
|
||||
Reference in New Issue
Block a user