Remove gpg->gpg2 symlink

Also make gpgme compile&find gpg2

svn path=/nixpkgs/trunk/; revision=21885
This commit is contained in:
Yury G. Kudryashov
2010-05-19 20:59:03 +00:00
parent d0b56edcf2
commit fd63f04e4e
3 changed files with 4 additions and 8 deletions

View File

@@ -31,11 +31,6 @@ stdenv.mkDerivation rec {
checkPhase="GNUPGHOME=`pwd` ./agent/gpg-agent --daemon make check";
postInstall = ''
ln -s gpg2 $out/bin/gpg
ln -s gpgv2 $out/bin/gpgv
'';
doCheck = true;
meta = {