summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-29 04:44:36 +0100
committerGitHub <noreply@github.com>2020-12-29 04:44:36 +0100
commit04b19784342ac2d32f401b52c38a43a1352cd916 (patch)
treec67aebd193b5a5be6b1c82e16bf71746eb2d0ea6 /pkgs/top-level/perl-packages.nix
parentdcd375d23604c9c3a2a6c2a42aae432682bc0e37 (diff)
parent0256aa00616a11434e5f75040509ed0a0e79e191 (diff)
Merge pull request #68115 from livnev/glib-object-introspection
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 330abc91db24..02fee95980c9 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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;
};