ghcjs: Enable on darwin (#139067)
(cherry picked from commit d032f60c37ebdae3afd9a24212497ec8725ee4fb)
This commit is contained in:
parent
4ecfdc7f46
commit
ce5e240b2b
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue