summary refs log tree commit diff
path: root/pkgs/games/globulation
Commit message (Collapse)AuthorAge
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* scons: 3.0.1 -> 3.0.2Michael Weiss2019-01-07
| | | | | | | 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).
* globulation2: link with libboost_system explicitlyPiotr Bogdan2019-01-04
|
* treewide: use scons setup hookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* globulation2: fix buildVincent Laporte2017-08-26
|
* glob2: fix build failureDaniel Fox Franke2015-08-29
| | | | | | | | 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.
* glob2: Refactor to use mkDerivationWilliam A. Kennington III2014-11-02
|
* boost: Remove boost.libWilliam A. Kennington III2014-11-02
|
* boost: Update depdendent packagesWilliam A. Kennington III2014-09-21
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* Using patch from Globulation2 bugtracker to fix crashes in tutorialMichael Raskin2011-04-20
| | | | svn path=/nixpkgs/trunk/; revision=26897
* Adding globulationMichael Raskin2011-04-19
svn path=/nixpkgs/trunk/; revision=26892