about summary refs log tree commit diff
path: root/pkgs/development/compilers/squeak
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* Merge branch 'master' into stagingobadz2016-08-23
|\
| * treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | squeak: turn off format hardeningRobin Gloster2016-02-19
|/
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice2015-07-31
|
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* squeak: build commonly required pluginsTobias Geerinckx-Rice2015-04-27
| | | | | Squeak without X11 or audio support is not very useful. Include the required dependencies.
* Add squeak 4.10.2.2614: a Smalltalk environmentTobias Geerinckx-Rice2015-04-27