summary refs log tree commit diff
path: root/pkgs/games/zandronum
Commit message (Collapse)AuthorAge
* zandronum: bundle fmod, fix librariesNikolay Amiantov2016-12-17
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\
| * zdoom: Mark it and its forks as nonfree.Jookia2016-07-11
| | | | | | | | See http://zdoom.org/wiki/License and the source code of each package.
| * zandronum: fix buildRahul Gopinath2016-07-05
| | | | | | | | Fixes #15994
| * Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | 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-02-28
|\|
| * Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | | | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
| * Fix misspelled meta.maintainers attributesEelco Dolstra2016-02-10
| |
* | zandronum-server: disable format hardeningRobin Gloster2016-02-24
| |
* | Fix misspelled meta.maintainers attributesEelco Dolstra2016-02-10
|/
* zandronum-bin: fix argv0, add licenseNikolay Amiantov2016-02-04
|
* zandronum: unify packages, fix building, cleanupNikolay Amiantov2015-12-13
|
* zandronum 2.1 -> 2.1.2Cray Elliott2015-08-17
|
* zandronum: 2.0 -> 2.1lassulus2015-07-03
|
* zandronum-bin: fix evaluation/tarball by assertionVladimír Čunát2015-06-22
| | | | | The expression seems usable only on x86_64-linux anyway. /cc maintainer @lassulus.
* add pkgs: zandronum, zandronum-{server,bin}, closes #8338lassulus2015-06-18