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.
This commit is contained in:
Peter Simons 2016-03-18 10:10:28 +01:00
parent de11380679
commit eadf39a16c
1 changed files with 2 additions and 3 deletions

View File

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