Unverified Commit be281b77 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

libcryptui: unpin autotools (#428309)

parents b890be95 e253b911
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];
+0 −1
Original line number Diff line number Diff line
@@ -3461,7 +3461,6 @@ with pkgs;
  };

  libcryptui = callPackage ../development/libraries/libcryptui {
    autoreconfHook = buildPackages.autoreconfHook269;
    gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
  };