summary refs log tree commit diff
path: root/pkgs/applications/inferno
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* 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
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-01
|\
| * inferno: 645 -> 785Kovacsics Robert (NixOS)2016-02-28
| |
* | inferno: turn off fortify hardeningRobin Gloster2016-02-22
|/
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* rename <gcc-frontend>.gcc to <gcc-frontend>.ccEric Seidel2015-01-14
|
* Add missing 's' in remaining meta.maintainer(s) attrsBjørn Forsman2014-07-22
|
* Add inferno, a distributed cross-platform hosted OSChris Double2014-07-02