lol

ghcjs: mark build broken

+2
+1
pkgs/development/compilers/ghcjs/base.nix
··· 190 190 license = stdenv.lib.licenses.bsd3; 191 191 platforms = ghc.meta.platforms; 192 192 maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ]; 193 + hydraPlatforms = if broken then [] else ghc.meta.platforms; 193 194 inherit broken; 194 195 })
+1
pkgs/development/compilers/ghcjs/default.nix
··· 2 2 3 3 bootPkgs.callPackage ./base.nix { 4 4 inherit bootPkgs cabal-install; 5 + broken = true; # https://hydra.nixos.org/build/70552553 5 6 }