From ce5e240b2b61c970768b3e3fd0f74061450d5e61 Mon Sep 17 00:00:00 2001 From: Divam Narula Date: Sun, 26 Sep 2021 13:51:46 +0900 Subject: [PATCH] ghcjs: Enable on darwin (#139067) (cherry picked from commit d032f60c37ebdae3afd9a24212497ec8725ee4fb) --- pkgs/development/compilers/ghcjs/8.10/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghcjs/8.10/default.nix b/pkgs/development/compilers/ghcjs/8.10/default.nix index b2d48088844..f8e7c31353f 100644 --- a/pkgs/development/compilers/ghcjs/8.10/default.nix +++ b/pkgs/development/compilers/ghcjs/8.10/default.nix @@ -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.