nixpkgs/pkgs/development/compilers/ghcjs/default.nix

7 lines
128 B
Nix

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