summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRussell O'Connor <roconnor@theorem.ca>2014-09-18 14:55:49 -0400
committerRussell O'Connor <roconnor@theorem.ca>2014-09-18 14:55:49 -0400
commit88b7d32beed58f4ddb03c5a1d850719651335e74 (patch)
tree41166a7b5501c09005fc5d15b9315078f83b7de4 /pkgs/tools
parent2b4e35bfd3b4d4dd08e06f6eeece9c88b456eeb6 (diff)
downloadnixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar.gz
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar.bz2
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar.lz
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar.xz
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.tar.zst
nixlib-88b7d32beed58f4ddb03c5a1d850719651335e74.zip
Comment on optional dependencies for Gnupg.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/gnupg/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/security/gnupg/default.nix b/pkgs/tools/security/gnupg/default.nix
index d42ae95498a1..45a25d7e2422 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
 }: