summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atheros
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2008-10-27 10:26:07 +0000
committerPeter Simons <simons@cryp.to>2008-10-27 10:26:07 +0000
commit99893c8aeceb2caa22adb2d717e0b0b2e1817663 (patch)
tree05a6a2f48d049f8de2993c61f1c439934d18d1a0 /pkgs/os-specific/linux/atheros
parenta7ec87e557c1066c1a765494ddca0c84207e0b6a (diff)
downloadnixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar.gz
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar.bz2
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar.lz
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar.xz
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.tar.zst
nixlib-99893c8aeceb2caa22adb2d717e0b0b2e1817663.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/atheros')
0 files changed, 0 insertions, 0 deletions