mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
5cc6b9b474
commit
521f07c968
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue