More dependencies for gpgme

svn path=/nixpkgs/trunk/; revision=10347
This commit is contained in:
Yury G. Kudryashov 2008-01-28 19:46:13 +00:00
parent b85bd7a25e
commit 8e8e7f8827
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, libgpgerror, gnupg}:
args: with args;
stdenv.mkDerivation {
name = "gpgme-1.1.4";
@ -6,5 +6,5 @@ stdenv.mkDerivation {
url = ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.4.tar.bz2;
sha256 = "0ncrv7p33rjq1avkxpp9x0gz6wna9y3b3dmw6nv366n5mgvxmpg8";
};
buildInputs = [libgpgerror gnupg];
buildInputs = [libgpgerror gnupg gnupg2 pkgconfig glib pth];
}

View file

@ -1975,7 +1975,8 @@ rec {
};
gpgme = import ../development/libraries/gpgme {
inherit fetchurl stdenv libgpgerror gnupg;
inherit fetchurl stdenv libgpgerror pkgconfig pth gnupg gnupg2;
inherit (gtkLibs) glib;
};
# gnu scientific library