1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 20:10:32 -04:00
nixpkgs/pkgs/development/compilers/ghcjs
Charles Strahan 929dc4199a ghcjs: properly wrap binaries in environment
This also:

 1  Builds Setup.hs with ghcjs, which (among other things) defines
    __GHCJS__ and ghcjs_HOST_OS during pre-processing.
 2  Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
 3  Boots ghcjs into $prefix/lib/$compiler.
2015-05-08 11:33:44 -04:00
..
default.nix ghcjs: properly wrap binaries in environment 2015-05-08 11:33:44 -04:00
ghcjs.patch ghcjs: properly wrap binaries in environment 2015-05-08 11:33:44 -04:00
wrapper.nix