mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +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
|
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, npth
|
||||||
, readline ? null, libusb ? null, gnutls ? null, adns ? null, openldap ? null
|
, 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
|
, pcsclite
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig libgcrypt libassuan libksba npth
|
pkgconfig libgcrypt libassuan libksba npth
|
||||||
readline libusb gnutls adns openldap zlib bzip2
|
readline libusb gnutls adns openldap zlib bzip2
|
||||||
autoreconfHook gettext
|
autoreconfHook gettext texinfo
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
Loading…
Reference in New Issue
Block a user