nixpkgs/pkgs/top-level
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
..
all-packages.nix Improved granularity of the GnuPG 2.x expression. 2008-10-27 10:26:07 +00:00
build-for-release.nix Build Avahi. 2008-10-19 18:57:41 +00:00
builder-defs.nix removed dead code. I think this kind of builder is to heavy for hundreds of haskell packages which we might have in the future 2008-10-26 17:44:03 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
template-composing+config.nix * Tab removal. 2008-07-23 13:40:03 +00:00
template-composing-builder.nix Added xnee utility for X11 action recording 2008-08-14 09:25:26 +00:00
template-debian.nix * mirror://debian: stripped the /pool part; there are other Debian 2008-03-13 13:31:39 +00:00
template-simple.nix Just another simple template 2007-09-04 09:52:29 +00:00