about summary refs log tree commit diff
path: root/pkgs/games/globulation
AgeCommit message (Collapse)AuthorFilesLines
2023-01-06globulation2: migrate to scons_latestWeijia Wang1-1/+17
2021-01-20treewide: editorconfig fixeszowoq1-3/+3
- remove trailing whitespace - use spaces for indentation
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_*_COMPILE -> stringRobin Gloster1-3/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-01-07scons: 3.0.1 -> 3.0.2Michael Weiss1-2/+2
A few packages broke due to the SCons upgrade (they depended on deprecated options that got removed), I've kept them on version 3.0.1 for now. The rest of the rebuilds seems fine (the failing ones where already in a broken state before this change).
2019-01-04globulation2: link with libboost_system explicitlyPiotr Bogdan1-0/+4
2018-11-13treewide: use scons setup hookMatthew Bauer1-11/+6
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-08-26globulation2: fix buildVincent Laporte1-1/+7
2015-08-29glob2: fix build failureDaniel Fox Franke2-1/+22
The same issue was reported here to Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746854 Apparently this failure only cropped up with g++-4.9, but looking at the code I have no idea how it ever worked without this patch.
2014-11-02glob2: Refactor to use mkDerivationWilliam A. Kennington III1-65/+35
2014-11-02boost: Remove boost.libWilliam A. Kennington III1-1/+1
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III1-2/+3
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin1-1/+1
possible
2011-04-20Using patch from Globulation2 bugtracker to fix crashes in tutorialMichael Raskin1-2/+13
svn path=/nixpkgs/trunk/; revision=26897
2011-04-19Adding globulationMichael Raskin2-0/+91
svn path=/nixpkgs/trunk/; revision=26892