about summary refs log tree commit diff
path: root/pkgs/development/compilers/chez
Commit message (Collapse)AuthorAge
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* nixpkgs: chez-scheme 9.4-20160501 -> 9.4-20160507Austin Seipp2016-05-08
| | | | | | | This allows us to remove a hack in the makefile, fixes a few bugs, and also catches another edge case in the configure scripts. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: fix chez build failuresAustin Seipp2016-05-01
| | | | | | | | | | | | | | The Chez build was failing, as usual, due to impurities. The build system refers to absolute paths for tools like `ln` or `true`, which was the real culprit here. Furthermore the build also 'helpfully' suppresses errors in these cases by piping to /dev/null, so you never see any errors at build time until it's too late (otherwise, you'd see failures to call /bin/ln or at ./configure time). This also re-enables parallel builds, as they should be safe from all my testing, I believe. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: chez scheme updateAustin Seipp2016-05-01
| | | | | | | | | | Remove the parallel build[1], and update to the latest commit which updates the .boot files and fixes a few bugs, too. [1] I figured many builds on my dual-socket 12core would expose problems, but I have a suspicion of that being an issue. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: chez scheme 9.4Austin Seipp2016-05-01
Signed-off-by: Austin Seipp <aseipp@pobox.com>