From eadf39a16cf3f8c1fa7cf57976045456155b7e70 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Mar 2016 10:10:28 +0100 Subject: [PATCH] gnupg-2.1: drop unnecessary autoreconf hook from build This change also prevents gnupg 2.1 from considering itself as an unstable development version, which it is not. --- pkgs/tools/security/gnupg/21.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix index dc86c6e420e..b7231454c45 100644 --- a/pkgs/tools/security/gnupg/21.nix +++ b/pkgs/tools/security/gnupg/21.nix @@ -1,5 +1,5 @@ { fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, libiconv, npth -, autoreconfHook, gettext, texinfo, pcsclite +, gettext, texinfo, pcsclite # Each of the dependencies below are optional. # Gnupg can be built without them at the cost of reduced functionality. @@ -27,8 +27,7 @@ stdenv.mkDerivation rec { postConfigure = "substituteAllInPlace tools/gpgkey2ssh.c"; buildInputs = [ - pkgconfig libgcrypt libassuan libksba libiconv npth - autoreconfHook gettext texinfo + pkgconfig libgcrypt libassuan libksba libiconv npth gettext texinfo readline libusb gnutls adns openldap zlib bzip2 ];