Skip to content

Commit 37c662a

Browse files
committed
Skip cabal-doctest tests when cross compiling
1 parent 506e63a commit 37c662a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/cabal-doctests/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ in recurseIntoAttrs ({
3333
touch $out
3434
'';
3535

36+
meta = {
37+
platforms = platforms.all;
38+
# Making cabal-doctest work for cross compilers will be difficult.
39+
disabled = stdenv.buildPlatform != stdenv.hostPlatform;
40+
};
41+
3642
passthru = {
3743
# Used for debugging with nix repl
3844
inherit project packages;

0 commit comments

Comments
 (0)