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

View File

@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, libiconv, npth { fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, libiconv, npth
, autoreconfHook, gettext, texinfo, pcsclite , gettext, texinfo, pcsclite
# Each of the dependencies below are optional. # Each of the dependencies below are optional.
# Gnupg can be built without them at the cost of reduced functionality. # Gnupg can be built without them at the cost of reduced functionality.
@ -27,8 +27,7 @@ stdenv.mkDerivation rec {
postConfigure = "substituteAllInPlace tools/gpgkey2ssh.c"; postConfigure = "substituteAllInPlace tools/gpgkey2ssh.c";
buildInputs = [ buildInputs = [
pkgconfig libgcrypt libassuan libksba libiconv npth pkgconfig libgcrypt libassuan libksba libiconv npth gettext texinfo
autoreconfHook gettext texinfo
readline libusb gnutls adns openldap zlib bzip2 readline libusb gnutls adns openldap zlib bzip2
]; ];