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:
co-authored by
Stig
parent
068b8c05d3
commit
be5f2f37f5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user