Spring: version bump
svn path=/nixpkgs/trunk/; revision=30392
This commit is contained in:
parent
94149403e5
commit
0b322b9227
@ -6,11 +6,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "spring-${version}";
|
name = "spring-${version}";
|
||||||
version = "0.82.6.1";
|
version = "0.83.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/springrts/spring_${version}_src.tar.lzma";
|
url = "mirror://sourceforge/springrts/spring_83.0_src.tar.lzma";
|
||||||
sha256 = "1bi64jgc390sqc514scz80a0pdgc5n9kx45sppky2152y725900n";
|
sha256 = "073x1mlzil588r8xgzc323293xmi0xbw6w0k6psxl5cs0gqrvfqa";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL
|
buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "which" "type -p"
|
--replace "which" "type -p"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./gcc44.patch];
|
#patches = [ ./gcc44.patch];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A powerful real-time strategy(RTS) game engine";
|
description = "A powerful real-time strategy(RTS) game engine";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user