Skip to content

Commit 0d97b8d

Browse files
committed
Disable broken test
1 parent a22591b commit 0d97b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stack-source-repo/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
packages = project.hsPkgs;
99

1010
in recurseIntoAttrs {
11-
meta.disabled = compiler-nix-name != "ghc984";
11+
meta.disabled = compiler-nix-name != "ghc984" || stdenv.hostPlatform.isGhcjs;
1212
ifdInputs = {
1313
inherit (project) stack-nix;
1414
};

0 commit comments

Comments
 (0)