nixpkgs/pkgs/development/compilers/ghcjs/default.nix
2017-02-27 02:10:34 -05:00

7 lines
128 B
Nix

{ bootPkgs }:
bootPkgs.callPackage ./base.nix {
inherit bootPkgs;
broken = true; # http://hydra.nixos.org/build/45110274
}