summary refs log tree commit diff
path: root/pkgs/games/tremulous
Commit message (Collapse)AuthorAge
* 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: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra2014-08-08
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* games/tremulous: Removed rust.Alexander Tsamutali2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31282
* games/tremulous: New nixpkg.Alexander Tsamutali2010-06-25
svn path=/nixpkgs/trunk/; revision=22413