Skip to content

Commit 1128055

Browse files
committed
Disable windows crosss compile
1 parent b92a3ef commit 1128055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ let
1313
packages = project.hsPkgs;
1414

1515
in recurseIntoAttrs rec {
16-
meta.disabled = stdenv.hostPlatform.isGhcjs;
16+
meta.disabled = stdenv.hostPlatform.isGhcjs
17+
# Gtk cross compilation seems to be broken in nixpkgs
18+
stdenv.hostPlatform.isWindows;
1719

1820
ifdInputs = {
1921
inherit (project) plan-nix;

0 commit comments

Comments
 (0)