summaryrefslogtreecommitdiffstats
path: root/pkgs/games/freeorion
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-19freeorion: fix build failMilan Svoboda
fixes #79805
2020-02-16freeorion: 0.4.8 -> 0.4.9R. RyanTM
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj
2018-09-02FreeOrion 0.4.7.1 -> 0.4.8 (#45943)Milan Svoboda
2018-03-13freeorion: fix buildMaximilian Bosch
`boost::system::posix_error` is deprecated since v1.37, however the default Boost version in NixOS is 1.66. The following upstream patch fixed the issue: https://github.com/freeorion/freeorion/commit/c9b5b13fb81b1ed142dee0e843101c6b8832ca95 See ticket #36453
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2017-12-06freeorion: 0.4.6 -> 0.4.7.1Peter Hoeg
Also compile against latest boost.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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-12-28freeorion: 0.4.5 -> 0.4.6Ricardo Ardissone
2016-04-18freeorion: fix paths in configuration file before startNikolay Amiantov
2016-04-18freeorion: enable parallel buildingNikolay Amiantov
2016-04-18freeorion: init at 0.4.5Ricardo Ardissone