gnpg: let $NIXPKGS_CONFIG decide whether to support IDEA or not.
svn path=/nixpkgs/trunk/; revision=12304
This commit is contained in:
parent
d2aed129ea
commit
9fde4e6921
pkgs/top-level
|
@ -641,7 +641,7 @@ let pkgs = rec {
|
||||||
|
|
||||||
gnupg = import ../tools/security/gnupg {
|
gnupg = import ../tools/security/gnupg {
|
||||||
inherit fetchurl stdenv readline;
|
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 {
|
gnupg2 = import ../tools/security/gnupg2 {
|
||||||
|
|
Loading…
Reference in New Issue