glib: maintenance 2.50.1 -> 2.50.2

This commit is contained in:
Vladimír Čunát 2016-12-03 12:32:50 +01:00
parent ea42d6fe62
commit b78ea7f6e0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -43,7 +43,7 @@ let
'';
ver_maj = "2.50";
ver_min = "1";
ver_min = "2";
in
stdenv.mkDerivation rec {
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/glib/${ver_maj}/${name}.tar.xz";
sha256 = "2ef87a78f37c1eb5b95f4cc95efd5b66f69afad9c9c0899918d04659cf6df7dd";
sha256 = "be68737c1f268c05493e503b3b654d2b7f43d7d0b8c5556f7e4651b870acfbf5";
};
patches = optional stdenv.isDarwin ./darwin-compilation.patch ++ optional doCheck ./skip-timer-test.patch;