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

6 lines
100 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;
2017-02-27 07:10:34 +00:00
}