ghcjs: Enable on darwin (#139067)

(cherry picked from commit d032f60c37ebdae3afd9a24212497ec8725ee4fb)
This commit is contained in:
Divam Narula 2021-09-26 13:51:46 +09:00 committed by John Ericson
parent 4ecfdc7f46
commit ce5e240b2b
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ in stdenv.mkDerivation {
inherit passthru; inherit passthru;
meta = { meta = {
# The emscripten is broken on darwin platforms = with lib.platforms; linux ++ darwin;
platforms = lib.platforms.linux;
# Hydra limits jobs to only outputting 1 gigabyte worth of files. # Hydra limits jobs to only outputting 1 gigabyte worth of files.
# GHCJS outputs over 3 gigabytes. # GHCJS outputs over 3 gigabytes.