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.
2 parents 70c2214 + aa9f5a4 commit 107f72aCopy full SHA for 107f72a
pkgs/top-level/perl-packages.nix
@@ -11356,6 +11356,7 @@ with self; {
11356
hash = "sha256-cNxL8qp0mBx54V/SmNmY4FqS66SBHxrVyfH03jdzesw=";
11357
};
11358
propagatedBuildInputs = [ pkgs.gtk3 CairoGObject GlibObjectIntrospection ];
11359
+ nativeCheckInputs = [ GlibObjectIntrospection ];
11360
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
11361
# Currently failing on macOS
11362
rm t/overrides.t
0 commit comments