perlPackages.Gtk3: Fix darwin build

Done by removing failing test only on macOS

Co-authored-by: Stig <stig@stig.io>
This commit is contained in:
Tae Selene Sandoval Murgan 2022-06-04 21:07:57 +02:00
parent 068b8c05d3
commit be5f2f37f5

View file

@ -9828,6 +9828,7 @@ let
description = "Perl interface to the 3.x series of the GTK toolkit";
license = lib.licenses.lgpl21Plus;
};
preCheck = lib.optionalString stdenv.isDarwin "rm t/overrides.t"; # Currently failing on macOS
};
Gtk3ImageView = buildPerlPackage rec {