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 77dcd1e commit 59ea1d4Copy full SHA for 59ea1d4
modules/component-options.nix
@@ -105,7 +105,7 @@
105
description = "If set, enables building static libraries and executables.";
106
type = lib.types.bool;
107
# Disabled for ghcjs, see https://gitlab.haskell.org/ghc/ghc/-/issues/23235
108
- default = !pkgs.stdenv.hostPlatform.isGhcjs;
+ default = !pkgs.stdenv.hostPlatform.isGhcjs && !pkgs.stdenv.hostPlatform.isWasm;
109
};
110
111
enableShared = lib.mkOption {
0 commit comments