tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ghcjs: mark build broken
Peter Simons
8 years ago
3d8694ee
1b0c6725
+2
2 changed files
expand all
collapse all
unified
split
pkgs
development
compilers
ghcjs
base.nix
default.nix
+1
pkgs/development/compilers/ghcjs/base.nix
reviewed
···
190
190
license = stdenv.lib.licenses.bsd3;
191
191
platforms = ghc.meta.platforms;
192
192
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ];
193
193
+
hydraPlatforms = if broken then [] else ghc.meta.platforms;
193
194
inherit broken;
194
195
})
+1
pkgs/development/compilers/ghcjs/default.nix
reviewed
···
2
2
3
3
bootPkgs.callPackage ./base.nix {
4
4
inherit bootPkgs cabal-install;
5
5
+
broken = true; # https://hydra.nixos.org/build/70552553
5
6
}