summaryrefslogtreecommitdiffstats
path: root/pkgs/games/andyetitmoves
AgeCommit message (Collapse)Author
2022-01-03andyetitmoves: deprecate phases and refactorFelix Buehler
2021-06-25games: /s/name/pname&version/Felix Buehler
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-28treewide: remove redundant recvolth
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
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 possiblernhmjoj
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
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 Simons
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-02-20Fix tarballShea Levy
svn path=/nixpkgs/trunk/; revision=32432
2012-02-19and yet it moves: gravity/physics gamePeter Simons
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