* gnupg: use readline.

svn path=/nixpkgs/trunk/; revision=6198
This commit is contained in:
Eelco Dolstra
2006-08-21 10:38:02 +00:00
parent 4bfffeee52
commit bb53e3df6d
2 changed files with 3 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ rec {
};
gnupg = import ../tools/security/gnupg {
inherit fetchurl stdenv;
inherit fetchurl stdenv readline;
ideaSupport = true; # enable for IDEA crypto support
};