mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
package won't build on the current nixos/nixpkgs (but it did with older checkouts on my other computer). so here is a fix which makes springlobby compile and install at least
svn path=/nixpkgs/trunk/; revision=32937
This commit is contained in:
parent
a14e9f7c0f
commit
ac9f3a50a2
@ -18,8 +18,13 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace CMakeLists.txt --replace "boost_system-mt" "boost_system"
|
||||
'';
|
||||
|
||||
# for now sound is disabled as it causes a linker error with alure i can't resolve (qknight)
|
||||
cmakeFlags = "-DOPTION_SOUND:BOOL=OFF";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
#buildPhase = "make VERBOSE=1";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://springlobby.info/;
|
||||
description = "A free cross-platform lobby client for the Spring RTS project.";
|
||||
|
Loading…
Reference in New Issue
Block a user