glib-networking: 2.58.0 -> 2.60.1

https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.1/NEWS

* fixes the telepathy-idle CPU load issue
This commit is contained in:
Tor Hedin Brønner 2019-03-03 18:35:28 +01:00 committed by Jan Tojnar
parent 60a8244b35
commit f95d5f08cf
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,14 +3,14 @@
let
pname = "glib-networking";
version = "2.58.0";
version = "2.60.1";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx";
sha256 = "14jx8ca7plgh196629ghj41gsaha0aza222g64093hjsm8pnn76p";
};
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
@ -28,6 +28,11 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [ glib gnutls p11-kit libproxy gsettings-desktop-schemas ];
mesonFlags = [
# Default auto detection doesn't work
"-Dgnutls=enabled"
];
doCheck = false; # tests need to access the certificates (among other things)
passthru = {