Comment on optional dependencies for Gnupg.

This commit is contained in:
Russell O'Connor 2014-09-18 14:55:49 -04:00
parent 2b4e35bfd3
commit 88b7d32bee

View File

@ -1,5 +1,7 @@
{ fetchurl, stdenv, readline, zlib, libgpgerror, pth, libgcrypt, libassuan
, 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
}: