gnupg21: Add texinfo as a dependency

This adds texinfo as a dependency, without which the build will fail.
This commit is contained in:
devhell 2015-03-16 00:32:16 +00:00
parent 79f3689289
commit 6a8a739d68

View file

@ -1,6 +1,6 @@
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, npth
, readline ? null, libusb ? null, gnutls ? null, adns ? null, openldap ? null
, zlib ? null, bzip2 ? null, pinentry ? null, autoreconfHook, gettext
, zlib ? null, bzip2 ? null, pinentry ? null, autoreconfHook, gettext, texinfo
, pcsclite
}:
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig libgcrypt libassuan libksba npth
readline libusb gnutls adns openldap zlib bzip2
autoreconfHook gettext
autoreconfHook gettext texinfo
];
configureFlags =