forked from mirrors/nixpkgs
More dependencies for gpgme
svn path=/nixpkgs/branches/stdenv-updates/; revision=10196
This commit is contained in:
parent
16d153bea5
commit
54e429d6e1
|
@ -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];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue