summaryrefslogtreecommitdiffstats
path: root/pkgs/games/globulation
AgeCommit message (Collapse)Author
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Reilly
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-01-07scons: 3.0.1 -> 3.0.2Michael Weiss
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 Bogdan
2018-11-13treewide: use scons setup hookMatthew Bauer
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. Nikolaev
2017-08-26globulation2: fix buildVincent Laporte
2015-08-29glob2: fix build failureDaniel Fox Franke
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 III
2014-11-02boost: Remove boost.libWilliam A. Kennington III
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin
possible
2011-04-20Using patch from Globulation2 bugtracker to fix crashes in tutorialMichael Raskin
svn path=/nixpkgs/trunk/; revision=26897
2011-04-19Adding globulationMichael Raskin
svn path=/nixpkgs/trunk/; revision=26892