summary refs log tree commit diff
path: root/pkgs/games/vessel
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
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* Give working advice for running nix-prefetch-urlAnders Kaseorg2018-03-04
| | | | | | | nix-prefetch-url file://… requires a full path. Suggest an invocation that will provide one. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* fix typo (#17621)Fabian Schmitthenner2016-08-09
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* 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.
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* 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.
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* vessel: Don't build on HydraEelco Dolstra2013-08-28
| | | | http://hydra-test.nixos.org/build/5822528
* patchelf the libraries: they need rpath set for sound to workJack Cummings2012-12-27
|
* Need pulseaudio or alsalibs for sound.Jack Cummings2012-12-18
|
* add Vessel, a fluid physics puzzle game.Jack Cummings2012-12-16