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 inherit passthru; 110 111 meta = { 112 - # The emscripten is broken on darwin 113 - platforms = lib.platforms.linux; 114 115 # Hydra limits jobs to only outputting 1 gigabyte worth of files. 116 # GHCJS outputs over 3 gigabytes.
··· 109 inherit passthru; 110 111 meta = { 112 + platforms = with lib.platforms; linux ++ darwin; 113 114 # Hydra limits jobs to only outputting 1 gigabyte worth of files. 115 # GHCJS outputs over 3 gigabytes.