mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
gnupg21: Add texinfo as a dependency
This adds texinfo as a dependency, without which the build will fail.
This commit is contained in:
parent
79f3689289
commit
6a8a739d68
@ -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 New Issue
Block a user