perlPackages.Glib: 1.328 → 1.329

Update, disable tests failing with glib 2.60:

https://rt.cpan.org/Public/Bug/Display.html?id=128165
This commit is contained in:
Jan Tojnar 2019-03-26 00:08:29 +01:00
parent 5cc6b9b474
commit 521f07c968
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -6426,6 +6426,7 @@ let
sha256 = "0d9ak0zknz81lv3cqkzr2mxdic6g5rrbb87skqc4jj48rz4f2k3v";
};
buildInputs = [ pkgs.glib ];
doCheck = false; # tests failing with glib 2.60 https://rt.cpan.org/Public/Bug/Display.html?id=128165
meta = {
homepage = http://gtk2-perl.sourceforge.net/;
description = "Perl wrappers for the GLib utility and Object libraries";