1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
nixpkgs/pkgs/development/compilers/ghcjs/default.nix

7 lines
159 B
Nix
Raw Normal View History

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