3
0
Fork 0
forked from mirrors/nixpkgs

gnpg: let $NIXPKGS_CONFIG decide whether to support IDEA or not.

svn path=/nixpkgs/trunk/; revision=12304
This commit is contained in:
Peter Simons 2008-07-07 11:54:03 +00:00
parent d2aed129ea
commit 9fde4e6921

View file

@ -641,7 +641,7 @@ let pkgs = rec {
gnupg = import ../tools/security/gnupg {
inherit fetchurl stdenv readline;
ideaSupport = true; # enable for IDEA crypto support
ideaSupport = getPkgConfig "gnupg" "idea" false; # enable for IDEA crypto support
};
gnupg2 = import ../tools/security/gnupg2 {