libcryptui: unpin autotools
This commit is contained in:
parent
0382d0a27b
commit
e253b91195
@ -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
|
||||
];
|
||||
|
||||
@ -3426,7 +3426,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
libcryptui = callPackage ../development/libraries/libcryptui {
|
||||
autoreconfHook = buildPackages.autoreconfHook269;
|
||||
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user