about summary refs log tree commit diff
path: root/pkgs/games/xmoto
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-01-03Treewide: fix some permanent redirects on homepagesRenaud1-1/+1
(#153213) Issue #60004
2021-07-19xmoto: 0.5.11 -> 0.6.1Ben Wolsieffer1-19/+50
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-14xmoto: Fix missing textadisbladis1-1/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-22xmoto: add licensePascal Wittmann1-0/+1
see issue #43716
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-03-05Merge branch 'master'Vladimír Čunát1-1/+3
2018-03-02xmoto: fix build with gcc7Robin Gloster1-1/+3
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2015-05-02xmoto: refactor, remove patches and add myself to maintainersPascal Wittmann3-41/+19
2014-11-05Update XMotoMichael Raskin1-4/+4
2014-01-29Fix Xmoto build (missing include)Michael Raskin1-1/+5
2012-12-04Xmoto: remove obsolete patchMichael Raskin2-29/+1
2012-12-04Update xmotoMichael Raskin1-4/+4
2012-03-13We don't have mesa for freebsd, so don't tell hydra to build xmoto for freebsd.Lluís Batlle i Rossell1-2/+1
svn path=/nixpkgs/trunk/; revision=33050
2012-01-08xmoto-0.5.9+libpng-1.5 patchYury G. Kudryashov3-5/+33
svn path=/nixpkgs/trunk/; revision=31447
2011-04-14Update XMotoMichael Raskin1-4/+4
svn path=/nixpkgs/trunk/; revision=26842
2011-01-23Update XMotoMichael Raskin1-4/+4
svn path=/nixpkgs/trunk/; revision=25674
2010-12-10Update X-MotoMichael Raskin1-4/+4
svn path=/nixpkgs/trunk/; revision=25047
2010-08-24Updating xmotoLluís Batlle i Rossell3-19/+5
svn path=/nixpkgs/trunk/; revision=23409
2009-12-23Adding me as a comaintainer of xmoto.Lluís Batlle i Rossell1-0/+1
svn path=/nixpkgs/trunk/; revision=19082
2009-12-23Fixing xmoto for x86_64-linux, taking a patch from DebianLluís Batlle i Rossell2-1/+15
svn path=/nixpkgs/trunk/; revision=19081
2009-09-13Updating XMoto (and adding some functionality to upstream tracking system)Michael Raskin3-12/+27
svn path=/nixpkgs/trunk/; revision=17100
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-04-26Update xmotoMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=15319
2008-11-30Adding XMoto gameMichael Raskin1-0/+29
svn path=/nixpkgs/trunk/; revision=13521