aboutsummaryrefslogtreecommitdiff
path: root/pkgs/gpg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/gpg.nix')
-rw-r--r--pkgs/gpg.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/gpg.nix b/pkgs/gpg.nix
new file mode 100644
index 0000000..e3aa8f6
--- /dev/null
+++ b/pkgs/gpg.nix
@@ -0,0 +1,9 @@
+{ gnupg }:
+gnupg.override {
+ adns = null;
+ libusb = null;
+ openldap = null;
+ pinentry = null;
+ readline = null;
+ guiSupport = false;
+}