Remove gpg->gpg2 symlink
Also make gpgme compile&find gpg2 svn path=/nixpkgs/trunk/; revision=21885
This commit is contained in:
parent
d0b56edcf2
commit
fd63f04e4e
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, libgpgerror, gnupg, pkgconfig, glib, pth}:
|
||||
{stdenv, fetchurl, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gpgme-1.3.0";
|
||||
@ -6,5 +6,6 @@ stdenv.mkDerivation rec {
|
||||
url = "ftp://ftp.gnupg.org/gcrypt/gpgme/${name}.tar.bz2";
|
||||
sha256 = "18g6wgiacnbj437yfsczbjxaf041ljia48dnv2qgcqb0sky41q3l";
|
||||
};
|
||||
buildInputs = [libgpgerror gnupg pkgconfig glib pth];
|
||||
buildInputs = [libgpgerror gnupg pkgconfig glib pth libassuan];
|
||||
configureFlags = "--with-gpg=${gnupg}/bin/gpg2";
|
||||
}
|
||||
|
@ -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 = {
|
||||
|
@ -4034,7 +4034,7 @@ let
|
||||
};
|
||||
|
||||
gpgme = import ../development/libraries/gpgme {
|
||||
inherit fetchurl stdenv libgpgerror pkgconfig pth gnupg glib;
|
||||
inherit fetchurl stdenv libgpgerror pkgconfig pth gnupg glib libassuan;
|
||||
};
|
||||
|
||||
gsasl = import ../development/libraries/gsasl {
|
||||
|
Loading…
Reference in New Issue
Block a user