aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-08-30 05:31:44 +0300
committerNikolay Amiantov <ab@fmap.me>2015-08-30 05:36:17 +0300
commit1d7843784880c3d75b9d858528282b450dbd2184 (patch)
treecf2dcba49e046fc5a3cfff4da32c88b0640ac371 /pkgs/games/wesnoth
parentaffead28cb0e41199832c2d7b31400613292ca99 (diff)
wesnoth: 1.10.7 -> 1.12.4
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index bcd3f3a453a7..31220b4aa627 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -1,21 +1,23 @@
{ stdenv, fetchurl, cmake, SDL, SDL_image, SDL_mixer, SDL_net, SDL_ttf, pango
, gettext, zlib, boost, freetype, libpng, pkgconfig, lua, dbus, fontconfig, libtool
-, fribidi, asciidoc }:
+, fribidi, asciidoc, libpthreadstubs, libXdmcp, libxshmfence, libvorbis }:
stdenv.mkDerivation rec {
pname = "wesnoth";
- version = "1.10.7";
+ version = "1.12.4";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
- sha256 = "0gi5fzij48hmhhqxc370jxvxig5q3d70jiz56rjn8yx514s5lfwa";
+ sha256 = "19qyylylaljhk45lk2ja0xp7cx9iy4hx07l65zkg20a2v9h50lmz";
};
+ nativeBuildInputs = [ cmake pkgconfig ];
+
buildInputs = [ SDL SDL_image SDL_mixer SDL_net SDL_ttf pango gettext zlib
- boost fribidi cmake freetype libpng pkgconfig lua
- dbus fontconfig libtool ];
+ boost fribidi freetype libpng lua libpthreadstubs libXdmcp
+ dbus fontconfig libtool libxshmfence libvorbis ];
cmakeFlags = [ "-DENABLE_STRICT_COMPILATION=FALSE" ]; # newer gcc problems http://gna.org/bugs/?21030