perlPackages.GlibObjectIntrospection: mark as broken
This commit is contained in:
parent
d701e78d96
commit
0256aa0061
@ -7820,6 +7820,10 @@ let
|
|||||||
checkInputs = [ pkgs.cairo ];
|
checkInputs = [ pkgs.cairo ];
|
||||||
propagatedBuildInputs = [ pkgs.gobject-introspection Glib ];
|
propagatedBuildInputs = [ pkgs.gobject-introspection Glib ];
|
||||||
meta = {
|
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";
|
description = "Dynamically create Perl language bindings";
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
license = stdenv.lib.licenses.lgpl2Plus;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user