mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 07:47:56 +00:00
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:
parent
60a8244b35
commit
f95d5f08cf
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user