Pass gmp to libsoup.
svn path=/nixpkgs/trunk/; revision=26807
This commit is contained in:
parent
564edafa1a
commit
4453c35785
@ -179,7 +179,7 @@ pkgs.makeOverridable
|
||||
|
||||
libsoup = import ./desktop/libsoup {
|
||||
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite
|
||||
curl libgcrypt;
|
||||
curl libgcrypt gmp;
|
||||
inherit (pkgs.gtkLibs) glib;
|
||||
inherit GConf gnome_keyring;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libxml2, gnutls, libproxy, sqlite, curl
|
||||
, glib, GConf, gnome_keyring, libgcrypt }:
|
||||
, glib, GConf, gnome_keyring, libgcrypt, gmp }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libsoup-2.28.2";
|
||||
@ -8,5 +8,5 @@ stdenv.mkDerivation {
|
||||
sha256 = "002kxjh6dwpps4iwly1bazxlzgqhkfszqqy26mp1gy2il3lzrlcx";
|
||||
};
|
||||
buildInputs = [ pkgconfig libxml2 gnutls libproxy sqlite curl
|
||||
glib GConf gnome_keyring libgcrypt ];
|
||||
glib GConf gnome_keyring libgcrypt gmp ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user