Comment on optional dependencies for Gnupg.
This commit is contained in:
parent
2b4e35bfd3
commit
88b7d32bee
@ -1,5 +1,7 @@
|
|||||||
{ fetchurl, stdenv, readline, zlib, libgpgerror, pth, libgcrypt, libassuan
|
{ fetchurl, stdenv, readline, zlib, libgpgerror, pth, libgcrypt, libassuan
|
||||||
, libksba, coreutils, libiconvOrEmpty
|
, libksba, coreutils, libiconvOrEmpty
|
||||||
|
# Each of the dependencies below are optional.
|
||||||
|
# Gnupg can be built without them at the cost of reduced functionality.
|
||||||
, pinentry ? null, openldap ? null, bzip2 ? null, libusb ? null, curl ? null
|
, pinentry ? null, openldap ? null, bzip2 ? null, libusb ? null, curl ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user