libcryptui: unpin autotools

This commit is contained in:
Weijia Wang 2025-07-25 14:46:19 +02:00
parent 0382d0a27b
commit e253b91195
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -3426,7 +3426,6 @@ with pkgs;
};
libcryptui = callPackage ../development/libraries/libcryptui {
autoreconfHook = buildPackages.autoreconfHook269;
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
};