ghcjs: Enable on darwin (#139067)

authored by

Divam Narula and committed by
GitHub
d032f60c 8d77e899

+1 -2
+1 -2
pkgs/development/compilers/ghcjs/8.10/default.nix
··· 109 109 inherit passthru; 110 110 111 111 meta = { 112 - # The emscripten is broken on darwin 113 - platforms = lib.platforms.linux; 112 + platforms = with lib.platforms; linux ++ darwin; 114 113 115 114 # Hydra limits jobs to only outputting 1 gigabyte worth of files. 116 115 # GHCJS outputs over 3 gigabytes.