updated spring from 88 to 91 and downgraded the boost library which spring uses from default to 1.49 as the

more recent boost version results in a build issue at about 30%
This commit is contained in:
Joachim Schiele 2012-10-28 13:43:15 +00:00
parent 11228a3834
commit 49f2fef481
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "spring-${version}"; name = "spring-${version}";
version = "0.88.0"; version = "0.91.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/springrts/spring_88.0_src.tar.lzma"; url = "mirror://sourceforge/springrts/spring_91.0_src.tar.lzma";
sha256 = "f203114b849a83795fe2d413d01c843b6f5b50df0832ce570bc476502f89e6fa"; sha256 = "0ycn9yxpbw58a8p3j3wf3r0x102k665l27bfp1vxq7kpwlk6314l";
}; };
buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL

View File

@ -8226,7 +8226,7 @@ let
# You still can override by passing more arguments. # You still can override by passing more arguments.
spaceOrbit = callPackage ../games/orbit { }; spaceOrbit = callPackage ../games/orbit { };
spring = callPackage ../games/spring { }; spring = callPackage ../games/spring { boost = boost149;};
springLobby = callPackage ../games/spring/springlobby.nix { }; springLobby = callPackage ../games/spring/springlobby.nix { };