1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
Peter Simons 99893c8aec Improved granularity of the GnuPG 2.x expression.
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
2008-10-27 10:26:07 +00:00
..
applications using private mirror for eclipse 2008-10-26 18:19:25 +00:00
build-support
configs/etc
data
desktops
development fltk version bump 2.0.x-r6483 2008-10-26 20:29:47 +00:00
games
lib
misc
os-specific/linux * KVM 76. 2008-10-09 13:33:29 +00:00
servers
shells
stdenv
test
tools
top-level Improved granularity of the GnuPG 2.x expression. 2008-10-27 10:26:07 +00:00