wesnoth: fix by updating and using newer boost

This commit is contained in:
Vladimír Čunát 2013-02-05 19:40:06 +01:00
parent 19721fe792
commit c95cbc12cb
2 changed files with 2 additions and 3 deletions

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.10.2";
version = "1.10.5";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
sha256 = "0hawzq85sq0kdddj0s7y6kpx043g1hsl7cvyw1xcxqh45hkgw2ix";
sha256 = "1rvlr8c3vzhgd33vzc1hfhiil6d7hc3px8r8p79vmp3kwi3d49zn";
};
buildInputs = [ SDL SDL_image SDL_mixer SDL_net SDL_ttf pango gettext zlib boost fribidi

View file

@ -6342,7 +6342,6 @@ let
wesnoth = callPackage ../games/wesnoth {
lua = lua5;
boost = boost147;
};
wirelesstools = callPackage ../os-specific/linux/wireless-tools { };