perlPackages.GlibObjectIntrospection: mark as broken

This commit is contained in:
Lev Livnev 2020-02-29 17:43:51 +00:00
parent d701e78d96
commit 0256aa0061
No known key found for this signature in database
GPG Key ID: 68FF81E6A7850F49

View File

@ -7820,6 +7820,10 @@ let
checkInputs = [ pkgs.cairo ];
propagatedBuildInputs = [ pkgs.gobject-introspection Glib ];
meta = {
broken = true; # TODO: tests failing because "failed to load libregress.so"
# see https://github.com/NixOS/nixpkgs/pull/68115
# and https://github.com/NixOS/nixpkgs/issues/68116
# adding pkgs.gnome3.gjs does not fix it
description = "Dynamically create Perl language bindings";
license = stdenv.lib.licenses.lgpl2Plus;
};