nixpkgs/pkgs/development/compilers/ghcjs/default.nix
2017-10-09 17:25:57 +02:00

7 lines
130 B
Nix

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