Added pinentry (now needed to generate gnupg2 keys)
There are different versions (qt/gtk and console) Shall we strive for a solution working out of the box (see comments in gnupg2) I think a gui pinentry is more suitable because it also works invoked from guil email clients svn path=/nixpkgs/trunk/; revision=11695
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
args: with args;
|
||||
# remmeber to
|
||||
# echo "pinentry-program `which pinentry-gtk-2`" >> ~/.gnupg/gpg-agent.conf
|
||||
# and install pinentry as well
|
||||
|
||||
args: with args
|
||||
stdenv.mkDerivation {
|
||||
name = "gnupg-2.0.8";
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user