Skip to content

Commit c2c54ff

Browse files
committed
Disable cross compile
1 parent 24f98d6 commit c2c54ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/haskell-language-server/cabal.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ in recurseIntoAttrs {
66
inherit (project) plan-nix;
77
};
88
build = project.getComponent "haskell-language-server:exe:haskell-language-server";
9+
10+
# hls does not need to be cross compiled.
11+
meta.disabled = stdenv.hostPlatform != stdenv.buildPlatform;
912
}

0 commit comments

Comments
 (0)