ghcjs: Enable on darwin (#139067)

This commit is contained in:
Divam Narula
2021-09-26 00:51:46 -04:00
committed by GitHub
parent 8d77e899e8
commit d032f60c37
@@ -109,8 +109,7 @@ in stdenv.mkDerivation {
inherit passthru;
meta = {
# The emscripten is broken on darwin
platforms = lib.platforms.linux;
platforms = with lib.platforms; linux ++ darwin;
# Hydra limits jobs to only outputting 1 gigabyte worth of files.
# GHCJS outputs over 3 gigabytes.