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

7 lines
159 B
Nix
Raw Normal View History

2018-01-18 22:39:15 +01:00
{ bootPkgs, cabal-install }:
2017-02-27 08:10:34 +01:00
bootPkgs.callPackage ./base.nix {
2018-01-18 22:39:15 +01:00
inherit bootPkgs cabal-install;
2018-03-05 12:36:34 +01:00
broken = true; # https://hydra.nixos.org/build/70552553
2017-02-27 08:10:34 +01:00
}