3
0
Fork 0
forked from mirrors/nixpkgs

More dependencies for gpgme

svn path=/nixpkgs/branches/stdenv-updates/; revision=10196
This commit is contained in:
Yury G. Kudryashov 2008-01-17 13:01:31 +00:00
parent 16d153bea5
commit 54e429d6e1
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

@ -1879,7 +1879,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