about summary refs log tree commit diff
path: root/pkgs/games/andyetitmoves
AgeCommit message (Collapse)AuthorFilesLines
2022-01-03andyetitmoves: deprecate phases and refactorFelix Buehler1-33/+34
2021-06-25games: /s/name/pname&version/Felix Buehler1-8/+5
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
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-4/+4
It is deprecated and will be removed after 18.09.
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
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-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons1-1/+1
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-02-20Fix tarballShea Levy1-1/+1
svn path=/nixpkgs/trunk/; revision=32432
2012-02-19and yet it moves: gravity/physics gamePeter Simons1-0/+75
Demo and commercial version are supported. This nix expression shows some of the techniques used to package closed-source binaries. Committed on behalf of Mathijs Kwik. svn path=/nixpkgs/trunk/; revision=32408