From 88b7d32beed58f4ddb03c5a1d850719651335e74 Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Thu, 18 Sep 2014 14:55:49 -0400 Subject: [PATCH] Comment on optional dependencies for Gnupg. --- pkgs/tools/security/gnupg/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/security/gnupg/default.nix b/pkgs/tools/security/gnupg/default.nix index d42ae95498a..45a25d7e242 100644 --- a/pkgs/tools/security/gnupg/default.nix +++ b/pkgs/tools/security/gnupg/default.nix @@ -1,5 +1,7 @@ { fetchurl, stdenv, readline, zlib, libgpgerror, pth, libgcrypt, libassuan , libksba, coreutils, libiconvOrEmpty +# Each of the dependencies below are optional. +# Gnupg can be built without them at the cost of reduced functionality. , pinentry ? null, openldap ? null, bzip2 ? null, libusb ? null, curl ? null }: