summary refs log tree commit diff
path: root/pkgs/games/hedgewars
AgeCommit message (Collapse)AuthorFilesLines
2021-05-07Merge branch 'master' into haskell-updatesMalte Brandy1-2/+2
2021-05-05hedgewars: use ffmpeg 4Robin Gloster1-2/+2
see #120705
2021-05-05hedgewars: portability is limited by fpcsternenseemann1-1/+1
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2020-09-04hedgewars: enable build on hydraTimo Kaufmann1-1/+0
Was disabled when the package was marked as broken in c33386195407e13d588ed4e13925c78d524ba86f. It has since been un-broken, but the hydraPlatforms exception was left presumably by mistake.
2020-09-03hedgewars: fix build on aarch64Timo Kaufmann1-0/+2
Possible now that fpc works on aarch64. For some reason hedgewars requires llvm when building on that platform.
2020-09-03fpc: 3.0.4 -> 3.2.0Timo Kaufmann1-1/+5
There was no 3.1 for some reason. The old sed-based path patching was broken and resulted in syntax errors since it was a bit over-eager. Instead of fixing it, I decided to replace it with a patch file which is easier to inspect and will fail in a more obvious way next time. The patch is now applied unconditionally, since it actually applies to all linux platforms. The changes are localized to linux-specific code, so it does not hurt to apply it on non-linux platforms as well. Hedgewars needs a small fix to work with the new version. Done in the same commit to avoid a broken commit.
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-06hedgewars: use haskellPackages.network_2_6_3_1Ricardo Ardissone1-1/+11
gameServer/hedgewars-server.cabal indicates network version needs to be < 3.0.
2019-10-26hedgewars: 1.0.0-beta2 -> 1.0.0Ricardo Ardissone1-8/+5
2019-09-19hedgewars: 1.0.0-beta1 -> 1.0.0-beta2Peter Hoeg1-33/+48
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-07hedgewars: 0.9.25 -> 1.0.0-beta1Trolli Schmittlauch1-7/+7
- unbreak build by bumping version to latest beta as that removes the broken `bytestring-show` dependency - beta needs to be fetched from Mercurial repo
2019-03-16hedgewars: disable broken buildPeter Simons1-1/+3
(cherry picked from commit 7a1432f0f1210bf4437cf24201de552e35b9b298)
2018-12-16hedgewars: 0.9.24.1 -> 0.9.25 (#52290)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hedgewars/versions
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-06-28hedgewars: 0.9.23 -> 0.9.24.1adisbladis1-4/+5
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-3/+3
2017-11-23hedgewars: 0.9.22 -> 0.9.23adisbladis1-12/+12
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2017-07-26hedgewars: fix ambiguous use of the zlib variablePeter Simons1-1/+1
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen1-1/+1
2016-08-06hedgewars: fix buildFranz Pletz1-2/+7
2016-03-08Merge master into closure-sizeVladimír Čunát2-41/+3
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-24hedgewars: 0.9.21 -> 0.9.22, fix build failureFranz Pletz2-41/+3
cc @kragniz
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-16/+0
Let's get rid of those merge conflicts.
2016-01-24Remove no longer (or never) referenced patchesTobias Geerinckx-Rice1-16/+0
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2015-10-13SDL: split the dev output and fix referrersVladimír Čunát1-3/+3
2015-09-19hackage-packages.nix: switch our default package set to Stackage NightlyPeter Simons1-1/+1
This update was generated by hackage2nix v20150903-82-g351b6f8 using the following inputs: - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/af161fdf178e996c83d9c06059cb81cc4480b035 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/da73308b6359aa6083591ec7a2069090977d3be7 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/1994a4f865fe7e1cbe2c5b94a2214a5d91507f2c
2015-08-28hedgewars: add missing patchDomen Kožar1-0/+36
2015-08-28hedgewars: 0.9.20.5 -> 0.9.21, fix buildDomen Kožar1-7/+7
(cherry picked from commit 199be0273eb347a432d74cd50d9ef6083c73c1dd) Signed-off-by: Domen Kožar <domen@dev.si>
2015-05-14Turned some meta.maintainers into listsPascal Wittmann1-1/+1
2015-05-04hedgewars: convert the build to Haskell NGPeter Simons1-6/+10
2014-12-30Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice1-1/+1
2014-10-14Add hedgewarsLouis Taylor2-0/+85
Turn-based strategy artillery game similiar to Worms.