libgpod: move to pkgs/by-name, unpin autotools (#426565)

This commit is contained in:
Aleksana
2025-07-20 21:17:40 +08:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -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
-4
View File
@@ -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;