atk: 2.20.0 -> 2.22.0

That's the gnome-3.22 version.
This commit is contained in:
Vladimír Čunát 2016-12-03 12:38:01 +01:00
parent b78ea7f6e0
commit cf205e4630
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, perl, glib, libintlOrEmpty, gobjectIntrospection }:
let
ver_maj = "2.20";
ver_maj = "2.22";
ver_min = "0";
in
stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/atk/${ver_maj}/${name}.tar.xz";
sha256 = "493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0";
sha256 = "d349f5ca4974c9c76a4963e5b254720523b0c78672cbc0e1a3475dbd9b3d44b6";
};
enableParallelBuilding = true;
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib gobjectIntrospection /*ToDo: why propagate*/ ];
#doCheck = true; # no checks in there (2.10.0)
#doCheck = true; # no checks in there (2.22.0)
meta = {
description = "Accessibility toolkit";