about summary refs log tree commit diff
path: root/pkgs/games/freeorion
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17freeorion: 0.4.10.1 -> 0.4.10.2R. RyanTM1-3/+3
2021-05-12freeorion: 0.4.9 -> 0.4.10.1Peter Hoeg2-16/+58
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-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-6/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-19freeorion: fix build failMilan Svoboda1-2/+2
fixes #79805
2020-02-16freeorion: 0.4.8 -> 0.4.9R. RyanTM1-2/+2
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2-1/+2
2018-09-02FreeOrion 0.4.7.1 -> 0.4.8 (#45943)Milan Svoboda3-24/+11
2018-03-13freeorion: fix buildMaximilian Bosch1-2/+9
`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. Nikolaev1-2/+2
2017-12-06freeorion: 0.4.6 -> 0.4.7.1Peter Hoeg1-10/+14
Also compile against latest boost.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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 Ardissone3-24/+17
2016-04-18freeorion: fix paths in configuration file before startNikolay Amiantov3-2/+37
2016-04-18freeorion: enable parallel buildingNikolay Amiantov1-0/+2
2016-04-18freeorion: init at 0.4.5Ricardo Ardissone2-0/+42