about summary refs log tree commit diff
path: root/pkgs/games/xonotic/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-1/+1
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 [...]"
2017-05-28xonotic: fix audioLinus Heckemann1-5/+18
This fixes #26117. Also allow easy switching to debug/profiling builds.
2017-05-26xonotic: 0.8.1 -> 0.8.2Unai Zalakain1-5/+5
As with 0.8.1, music is still not working.
2017-05-26xonotic: fix xonotic not finding libcurl at runtimeUnai Zalakain1-1/+7
2016-10-03xonotic: fix dependencies (#19173)Profpatsch1-11/+2
2015-11-20Merge staging into closure-sizeVladimír Čunát1-2/+2
The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
2015-10-16xonotic: 0.8.0 -> 0.8.1Florian Paul Schmidt1-2/+2
2015-10-13curl: split into multiple outputsVladimír Čunát1-3/+3
Also use pkgconfig to be safer and fix (some) referrers.
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-04-12xonotic: update 0.7.0 -> 0.8.0C0DEHERO1-2/+2
2014-01-01xonotic: compile the glx version and add a symlink to default to the sdlrszibele1-5/+21
version.
2013-11-21Update xonotic to 0.7.Rommel M. Martinez1-2/+2
Add scheme48 1.9.
2013-11-05Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra1-1/+2
2013-05-02xonotic: Remove from the channelEelco Dolstra1-3/+13
It's 878 MiB compressed.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-11-06games/xonotic: New nixbuild.Alexander Tsamutali1-0/+51
svn path=/nixpkgs/trunk/; revision=30260