about summary refs log tree commit diff
path: root/pkgs/games/scorched3d
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14scorched3d: migrate to wxGTK32Weijia Wang1-2/+6
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben 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-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-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-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-09-08scorched3d: fixing build with gcc6Samuel Leathers1-1/+7
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-11-24treewide: quote URLs in my packagesNikolay Amiantov1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of fftwSinglePrec is usedTuomas Tynkkynen1-1/+1
2016-05-12scorched3d: fix build by adding fftwSinglePrecRicardo Ardissone1-1/+1
2015-09-07scorched3d: 43.2a -> 44Nikolay Amiantov1-20/+16
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2011-09-19scorched3d: latest version, build against wxgtk-2.8Yury G. Kudryashov2-75/+22
svn path=/nixpkgs/trunk/; revision=29341
2009-04-16Added Scorched3D.Lluís Batlle i Rossell3-0/+128
svn path=/nixpkgs/trunk/; revision=15108