Fix build of libsoup 2.31
svn path=/nixpkgs/trunk/; revision=26846
This commit is contained in:
parent
57fee7d679
commit
bac6b69e18
@ -185,7 +185,8 @@ pkgs.makeOverridable
|
|||||||
};
|
};
|
||||||
|
|
||||||
libsoup_2_31 = import ./desktop/libsoup/2.31.nix {
|
libsoup_2_31 = import ./desktop/libsoup/2.31.nix {
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite curl;
|
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite
|
||||||
|
curl libgcrypt;
|
||||||
inherit (pkgs.gtkLibs) glib;
|
inherit (pkgs.gtkLibs) glib;
|
||||||
inherit GConf gnome_keyring;
|
inherit GConf gnome_keyring;
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, libxml2, gnutls, libproxy, sqlite, curl,
|
{stdenv, fetchurl, pkgconfig, libxml2, gnutls, libproxy, sqlite, curl,
|
||||||
glib, GConf, gnome_keyring}:
|
glib, GConf, gnome_keyring, libgcrypt}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libsoup-2.31.2";
|
name = "libsoup-2.31.2";
|
||||||
@ -9,5 +9,5 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
patches = [./2.31.gnutls.patch];
|
patches = [./2.31.gnutls.patch];
|
||||||
buildInputs = [ pkgconfig libxml2 gnutls libproxy sqlite curl
|
buildInputs = [ pkgconfig libxml2 gnutls libproxy sqlite curl
|
||||||
glib GConf gnome_keyring ];
|
glib GConf gnome_keyring libgcrypt];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user