Merge pull request #68115 from livnev/glib-object-introspection
This commit is contained in:
commit
04b1978434
@ -8704,8 +8704,13 @@ let
|
|||||||
url = "mirror://cpan/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.048.tar.gz";
|
url = "mirror://cpan/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.048.tar.gz";
|
||||||
sha256 = "01dx5w6r4nl3rgnz7wvgvqfaa48xmzy90p95d5k6315q44610kx6";
|
sha256 = "01dx5w6r4nl3rgnz7wvgvqfaa48xmzy90p95d5k6315q44610kx6";
|
||||||
};
|
};
|
||||||
|
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