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:
parent
068b8c05d3
commit
be5f2f37f5
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue