Skip to content

Commit 1c9ada0

Browse files
committed
Disable gi-gtk test for windows cross compile
1 parent 94851ee commit 1c9ada0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
in recurseIntoAttrs rec {
1616
meta.disabled = stdenv.hostPlatform.isGhcjs
1717
# Gtk cross compilation seems to be broken in nixpkgs
18-
stdenv.hostPlatform.isWindows;
18+
|| stdenv.hostPlatform.isWindows;
1919

2020
ifdInputs = {
2121
inherit (project) plan-nix;

0 commit comments

Comments
 (0)