99893c8aeceb2caa22adb2d717e0b0b2e1817663
Use ${NIXPKGS_CONFIG} to enable or disable optional support for various
libraries:
gnupg =
{
ldap = true; // needs openldap
bzip2 = true; // needs libbzip2
usb = true; // needs libusb
curl = true; // needs curl
};
Per default, all options are enabled (which is what the expression used
to do prior to this patch).
Furthermore, there is the legacy option
gnupg =
{
idea = false;
};
for GnuPG version 1.x, which is disabled by default. GnuPG 2 ignores
this option.
svn path=/nixpkgs/trunk/; revision=13126
Description
No description provided
5 GiB
Languages
Nix
95%
Shell
2%
Python
1.8%
Rust
0.3%
JavaScript
0.2%
Other
0.4%