about summary refs log tree commit diff
path: root/pkgs/games/vessel
AgeCommit message (Collapse)AuthorFilesLines
2021-06-25games: /s/name/pname&version/Felix Buehler1-3/+4
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-9/+9
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.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-03-04Give working advice for running nix-prefetch-urlAnders Kaseorg1-1/+1
nix-prefetch-url file://… requires a full path. Suggest an invocation that will provide one. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2016-08-09fix typo (#17621)Fabian Schmitthenner1-1/+1
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-05-27Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice1-3/+3
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.
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-3/+3
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-2/+2
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2013-08-28vessel: Don't build on HydraEelco Dolstra1-1/+0
http://hydra-test.nixos.org/build/5822528
2012-12-27patchelf the libraries: they need rpath set for sound to workJack Cummings1-0/+7
2012-12-18Need pulseaudio or alsalibs for sound.Jack Cummings1-2/+2
2012-12-16add Vessel, a fluid physics puzzle game.Jack Cummings2-0/+83