Merge pull request #68115 from livnev/glib-object-introspection
This commit is contained in:
commit
04b1978434
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue