mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Merge pull request #6826 from devhell/gnupg21
gnupg21: Add texinfo as a dependency
This commit is contained in:
commit
eb9359856a
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue