about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorDivam Narula <dfordivam@gmail.com>2021-09-26 13:51:46 +0900
committerGitHub <noreply@github.com>2021-09-26 00:51:46 -0400
commitd032f60c37ebdae3afd9a24212497ec8725ee4fb (patch)
treec5311929262db5aa0e6829228fbdc7ed4ac28a69 /pkgs/development/compilers/ghcjs
parent8d77e899e89f8828b211ee66265aa177ad038eca (diff)
ghcjs: Enable on darwin (#139067)
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/8.10/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghcjs/8.10/default.nix b/pkgs/development/compilers/ghcjs/8.10/default.nix
index b2d4808884419..f8e7c31353f74 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.