summary refs log tree commit diff
path: root/pkgs/games/sauerbraten
Commit message (Collapse)AuthorAge
* sauerbraten: 5000 -> 5492Herwig Hochleitner2019-10-12
| | | | | fixes https://github.com/NixOS/nixpkgs/issues/45088 cc @raskin
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* sauerbraten: use stdenvRobert Helgesson2015-12-29
| | | | This replaces use of builderDefsPackage (#4210).
* Update Sauerbraten to a fresh revision 5000. Apparently fixes the build. ↵Michael Raskin2014-06-14
| | | | Probably fixes #995.
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* sauerbraten: SVN repository has movedEvgeny Egorochkin2013-10-21
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding sauerbratenMichael Raskin2010-12-26
svn path=/nixpkgs/trunk/; revision=25278