From 615ef1d16b3aac124e104be4858e41b6dc89a1de Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 10 Feb 2008 17:42:06 +0000 Subject: [PATCH] gnupg: idea support is optional, defaults to false svn path=/nixpkgs/branches/stdenv-updates/; revision=10614 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3c1f7c8f7c1..efe3eae576a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -511,7 +511,7 @@ rec { gnupg = import ../tools/security/gnupg { inherit fetchurl stdenv readline; - ideaSupport = true; # enable for IDEA crypto support + ideaSupport = getConfig [ "gnupg" "idea" ] false; # enable for IDEA crypto support }; gnupg2 = import ../tools/security/gnupg2 {