Skip to content

Commit ada5a68

Browse files
committed
Remove iserv-proxy-interpreter from wasm roots
1 parent c6d0b0c commit ada5a68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/haskell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,8 @@ final: prev: {
11781178
# GHCJS builds its own template haskell runner.
11791179
# These seem to be the only things we use from `ghc-extra-packages`
11801180
# in haskell.nix itself.
1181-
&& !final.stdenv.hostPlatform.isGhcjs)
1181+
&& !final.stdenv.hostPlatform.isGhcjs
1182+
&& !final.stdenv.hostPlatform.isWasm)
11821183
final.haskell-nix.iserv-proxy-exes.${compiler-nix-name});
11831184
};
11841185
}

0 commit comments

Comments
 (0)