about summary refs log tree commit diff
path: root/pkgs/games/mars
AgeCommit message (Collapse)AuthorFilesLines
2022-05-28mars: fix buildAzat Bahawi3-141/+4
Bumps the revision and fixes https://hydra.nixos.org/build/178082390 Mark the version as "unstable" because the latest official version does not build and there are no new releases.
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
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-7/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2016-09-09mars: Fix build caused by missing GL/glu.h importMoritz Ulrich2-1/+117
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2015-04-20Update SFML to version 2.2, remove sfml_git, and update MARS (depended on ↵Balletie2-7/+29
sfml_git)
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-05-15games/mars: Updated source hash.Alexander Tsamutali1-1/+1
svn path=/nixpkgs/trunk/; revision=27254
2011-04-28Getting mars to build. Somehow the fetchsvn in sfml_svn did not work anymore.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=27037
2011-04-27Update mars.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=27016
2011-03-20games/mars: New nixpkg.Alexander Tsamutali1-0/+30
svn path=/nixpkgs/trunk/; revision=26434