gnupg: idea support is optional, defaults to false
svn path=/nixpkgs/branches/stdenv-updates/; revision=10614
This commit is contained in:
parent
1cf8a9d0ed
commit
615ef1d16b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user