libcryptui: unpin autotools (#428309)

This commit is contained in:
Sandro
2025-07-26 02:36:30 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -9,6 +9,7 @@
glib,
gnome,
gtk3,
gtk-doc,
gnupg,
gpgme,
dbus-glib,
@@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
pkg-config
dbus-glib # dbus-binding-tool
gtk3 # AM_GLIB_GNU_GETTEXT
gtk-doc
intltool
autoreconfHook
];
-1
View File
@@ -3461,7 +3461,6 @@ with pkgs;
};
libcryptui = callPackage ../development/libraries/libcryptui {
autoreconfHook = buildPackages.autoreconfHook269;
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
};