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:
parent
de11380679
commit
eadf39a16c
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue