Skip to content

Commit aa9f5a4

Browse files
perlPackages.Gtk3: fix strictDeps build
1 parent d9e9853 commit aa9f5a4

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
@@ -11336,6 +11336,7 @@ with self; {
1133611336
hash = "sha256-cNxL8qp0mBx54V/SmNmY4FqS66SBHxrVyfH03jdzesw=";
1133711337
};
1133811338
propagatedBuildInputs = [ pkgs.gtk3 CairoGObject GlibObjectIntrospection ];
11339+
nativeCheckInputs = [ GlibObjectIntrospection ];
1133911340
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
1134011341
# Currently failing on macOS
1134111342
rm t/overrides.t

0 commit comments

Comments
 (0)