* Removed unused libsoup version.
svn path=/nixpkgs/trunk/; revision=27612
This commit is contained in:
parent
79e528d7b2
commit
b5b7cbb9ea
|
@ -194,13 +194,6 @@ pkgs.makeOverridable
|
||||||
inherit GConf gnome_keyring;
|
inherit GConf gnome_keyring;
|
||||||
};
|
};
|
||||||
|
|
||||||
libsoup_2_31 = import ./desktop/libsoup/2.31.nix {
|
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite
|
|
||||||
curl libgcrypt;
|
|
||||||
inherit (pkgs.gtkLibs) glib;
|
|
||||||
inherit GConf gnome_keyring;
|
|
||||||
};
|
|
||||||
|
|
||||||
libsoup_2_33 = import ./desktop/libsoup/2.33.nix {
|
libsoup_2_33 = import ./desktop/libsoup/2.33.nix {
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite curl;
|
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 gnutls libproxy sqlite curl;
|
||||||
inherit (pkgs.gtkLibs) glib;
|
inherit (pkgs.gtkLibs) glib;
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{stdenv, fetchurl, pkgconfig, libxml2, gnutls, libproxy, sqlite, curl,
|
|
||||||
glib, GConf, gnome_keyring, libgcrypt}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "libsoup-2.31.2";
|
|
||||||
src = fetchurl {
|
|
||||||
url = mirror://gnome/sources/libsoup/2.31/libsoup-2.31.2.tar.bz2;
|
|
||||||
sha256 = "ae52e970deb0ca5e890d87cf55e555249c086bd56ae1fff69599174ca0075379";
|
|
||||||
};
|
|
||||||
patches = [./2.31.gnutls.patch];
|
|
||||||
buildInputs = [ pkgconfig libxml2 gnutls libproxy sqlite curl
|
|
||||||
glib GConf gnome_keyring libgcrypt];
|
|
||||||
}
|
|
Loading…
Reference in New Issue