Skip to content

Commit 107f72a

Browse files
perlPackages.Gtk3: fix strictDeps build (#374014)
2 parents 70c2214 + aa9f5a4 commit 107f72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11356,6 +11356,7 @@ with self; {
1135611356
hash = "sha256-cNxL8qp0mBx54V/SmNmY4FqS66SBHxrVyfH03jdzesw=";
1135711357
};
1135811358
propagatedBuildInputs = [ pkgs.gtk3 CairoGObject GlibObjectIntrospection ];
11359+
nativeCheckInputs = [ GlibObjectIntrospection ];
1135911360
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
1136011361
# Currently failing on macOS
1136111362
rm t/overrides.t

0 commit comments

Comments
 (0)