summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs/default.nix
blob: b5a7a7f7cfc26b518b92915d585295da5a90cd5c (plain) (blame)
1
2
3
4
5
6
{ bootPkgs, cabal-install }:

bootPkgs.callPackage ./base.nix {
  inherit bootPkgs cabal-install;
  broken = true;  # https://hydra.nixos.org/build/70552553
}