nixpkgs/pkgs/development/compilers/ghcjs/default.nix
Moritz Kiefer d222538732 ghcjs: Do not mark as broken
This has been fixed in #30214
2017-10-21 13:27:42 +01:00

6 lines
71 B
Nix

{ bootPkgs }:
bootPkgs.callPackage ./base.nix {
inherit bootPkgs;
}