summary refs log tree commit diff
path: root/pkgs/games/bsdgames
Commit message (Collapse)AuthorAge
* bsdgames: fix weird Makefile use of STRIPRobin Gloster2017-08-03
|
* 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
* bsdgames: turn off format hardeningRobin Gloster2016-02-08
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* bsd-games: fixed path to dictionaryPascal Wittmann2014-09-03
| | | | due to the update of miscfiles, see 4cf191a42530cce961b445b40243c3deb9fc4a7c
* bsd-games: fix some paths, pager and typoFlorian Friesdorf2013-01-09
|
* Add a patch to fix a build issue with utmpentryMichael Raskin2010-11-10
| | | | svn path=/nixpkgs/trunk/; revision=24647
* Fix function naming conflict in bsdgamesMichael Raskin2010-02-21
| | | | svn path=/nixpkgs/trunk/; revision=20146
* Adding bsdgames and miscfiles (this later, for 'words')LluĂ­s Batlle i Rossell2009-10-26
I could not easily make some bsdgames build or install. Too much patching against the installer trying to write beyond the nix store. svn path=/nixpkgs/trunk/; revision=17971