···109 inherit passthru;
110111 meta = {
112- # The emscripten is broken on darwin
113- platforms = lib.platforms.linux;
114115 # Hydra limits jobs to only outputting 1 gigabyte worth of files.
116 # GHCJS outputs over 3 gigabytes.
···109 inherit passthru;
110111 meta = {
112+ platforms = with lib.platforms; linux ++ darwin;
0113114 # Hydra limits jobs to only outputting 1 gigabyte worth of files.
115 # GHCJS outputs over 3 gigabytes.