···109109 inherit passthru;
110110111111 meta = {
112112- # The emscripten is broken on darwin
113113- platforms = lib.platforms.linux;
112112+ platforms = with lib.platforms; linux ++ darwin;
114113115114 # Hydra limits jobs to only outputting 1 gigabyte worth of files.
116115 # GHCJS outputs over 3 gigabytes.