This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2d643613f3
nixpkgs
/
pkgs
/
development
/
compilers
/
ghcjs
/
default.nix
4 lines
69 B
Nix
Raw
Normal View
History
Unescape
Escape
ghcjsHEAD: don’t just copy & replace, reuse same code (#20493) * ghcjsHEAD: don’t just copy & replace, reuse same code The HEAD file was just copied over and a few hashes replaced. Most of these hashes were already function arguments anyway, so no reason to not abstract over that. * ghcjs/base: factor out stage1Packages & regenerate for HEAD The stage1Packages have changed on ghcjs head, this adds the new list.
2016-11-18 15:13:56 +00:00
{
bootPkgs
}:
ghcjs: support for Haskell-NG closes #5828 closes #6786
2015-03-13 03:20:56 +00:00
ghcjsHEAD: don’t just copy & replace, reuse same code (#20493) * ghcjsHEAD: don’t just copy & replace, reuse same code The HEAD file was just copied over and a few hashes replaced. Most of these hashes were already function arguments anyway, so no reason to not abstract over that. * ghcjs/base: factor out stage1Packages & regenerate for HEAD The stage1Packages have changed on ghcjs head, this adds the new list.
2016-11-18 15:13:56 +00:00
bootPkgs
.
callPackage
./base.nix
{
inherit
bootPkgs
;
}
Reference in New Issue
Copy Permalink