We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22591b commit 0d97b8dCopy full SHA for 0d97b8d
test/stack-source-repo/default.nix
@@ -8,7 +8,7 @@ let
8
packages = project.hsPkgs;
9
10
in recurseIntoAttrs {
11
- meta.disabled = compiler-nix-name != "ghc984";
+ meta.disabled = compiler-nix-name != "ghc984" || stdenv.hostPlatform.isGhcjs;
12
ifdInputs = {
13
inherit (project) stack-nix;
14
};
0 commit comments