new version of spring is there

svn path=/nixpkgs/trunk/; revision=33019
This commit is contained in:
Joachim Schiele 2012-03-12 15:11:37 +00:00
parent dd90a8b709
commit 5b6856ff52
2 changed files with 2 additions and 14 deletions

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
name = "spring-${version}";
version = "0.86.0";
version = "0.87.0";
src = fetchurl {
url = "mirror://sourceforge/springrts/spring_86.0_src.tar.lzma";
@ -23,15 +23,13 @@ stdenv.mkDerivation rec {
--replace "which" "type -p"
'';
#patches = [ ./gcc44.patch];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://springrts.com/;
description = "A powerful real-time strategy(RTS) game engine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
maintainers = [ maintainers.phreedom maintainers.qknight ];
platforms = platforms.unix;
};
}

View File

@ -1,10 +0,0 @@
--- spring_0.82.6.1-orig/rts/lib/lobby/Connection.h 2010-10-15 23:08:24.000000000 +0300
+++ spring_0.82.6.1/rts/lib/lobby/Connection.h 2010-11-11 14:48:55.000000000 +0200
@@ -7,6 +7,7 @@
#include <boost/asio/deadline_timer.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <string>
+#include <list>
struct ClientStatus
{