Merge pull request #68115 from livnev/glib-object-introspection

This commit is contained in:
Sandro 2020-12-29 04:44:36 +01:00 committed by GitHub
commit 04b1978434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8704,8 +8704,13 @@ let
url = "mirror://cpan/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.048.tar.gz";
sha256 = "01dx5w6r4nl3rgnz7wvgvqfaa48xmzy90p95d5k6315q44610kx6";
};
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;
};