about summary refs log tree commit diff
path: root/pkgs/development/compilers/chicken
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* chicken: 4.11.0 -> 4.13.0Evan Hanson2017-12-15
| | | | | | | | | Also update the chicken-ssql egg dependency version for ugarit and ugarit-manifest-maker from 0.2.2 to 0.2.4 to include a fix for an issue uncovered by chicken-4.13.0 (see [1] and [2] for more info). [1]: https://bitbucket.org/DerGuteMoritz/ssql/pull-requests/1 [2]: https://salmonella-linux-x86-64.call-cc.org/chicken-4/gcc/linux/x86-64/2017/04/19/yesterday-diff/log2/install/ssql.html
* treewide: update the usage of makeWrapper after #31497Orivej Desh2017-11-19
|
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* chicken: 4.10.0 -> 4.11.0Caolan McMahon2016-06-26
|
* chicken: 4.9.0.1 -> 4.10.0Moritz Ulrich2015-08-21
|
* remove stdenv.isBSDcodyopel2015-02-24
|
* Missed gcc refsShea Levy2014-12-26
|
* Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-21
|
* Wrap chicken so it can find gcc.Moritz Ulrich2014-10-17
|
* eggDerivation: Move postInstall into installPhase.Moritz Ulrich2014-10-15
|
* Add chicken to PATH of wrapped chicken binaries.Moritz Ulrich2014-10-13
|
* rename patches -> overridesMoritz Ulrich2014-10-13
|
* Implement patches.nix to override parts of a derivationMoritz Ulrich2014-10-13
|
* Infrastructure to build chicken eggs.Moritz Ulrich2014-10-13
|
* chicken: Implement support for bootstrap-buildsMoritz Ulrich2014-10-13
| | | | | | This is necessary in order to apply custom patches, as chicken needs a bootstrap build to regenerate *.c files. This is also necessary when building from git.
* Make platforms.allBut accept a list rather than a single platformLuca Bruno2014-08-09
|
* chicken: broken on darwinLuca Bruno2014-08-09
|
* chicken: Update to 4.9.0.1.Moritz Ulrich2014-06-19
|
* chicken: Bump to 4.9.0.Moritz Ulrich2014-06-02
|
* chicken(-dev): Update to 4.8.0.5 / 4.9.0rc1Moritz Ulrich2014-05-14
|
* Chicken: Fix build on OS X.Moritz Ulrich2013-11-29
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Chicken: Set PLATFORM for all supported platforms.Moritz Ulrich2013-11-28
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Chicken: Downgrade to latest stable release & add pkgs.chicken-dev.Moritz Ulrich2013-11-28
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Add chicken-4.8.1Rommel M. Martinez2013-03-26