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 * KVM 76. 2008-10-09 13:33:29 +00:00
configs/etc
data Linux man pages 3.11. 2008-10-12 14:24:51 +00:00
desktops added gtk-doc 2008-10-26 08:39:38 +00:00
development fltk version bump 2.0.x-r6483 2008-10-26 20:29:47 +00:00
games Super Tux Kart, a free kart racing game. 2008-10-12 14:28:51 +00:00
lib simplified isOption reusing typeOf 2008-10-26 17:44:23 +00:00
misc added hg2git 2008-10-18 21:08:42 +00:00
os-specific/linux * KVM 76. 2008-10-09 13:33:29 +00:00
servers Made it easy to build custom xf86videoati version 2008-10-25 07:19:07 +00:00
shells * bash: use the global /etc/bashrc and /etc/bash_logout files. 2008-07-16 15:05:49 +00:00
stdenv * Remove some obsolete code. 2008-09-14 19:06:15 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools added hg2git 2008-10-18 21:08:42 +00:00
top-level Improved granularity of the GnuPG 2.x expression. 2008-10-27 10:26:07 +00:00