We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e9853 commit aa9f5a4Copy full SHA for aa9f5a4
pkgs/top-level/perl-packages.nix
@@ -11336,6 +11336,7 @@ with self; {
11336
hash = "sha256-cNxL8qp0mBx54V/SmNmY4FqS66SBHxrVyfH03jdzesw=";
11337
};
11338
propagatedBuildInputs = [ pkgs.gtk3 CairoGObject GlibObjectIntrospection ];
11339
+ nativeCheckInputs = [ GlibObjectIntrospection ];
11340
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
11341
# Currently failing on macOS
11342
rm t/overrides.t
0 commit comments