spring: fix build by using older cmake

This commit is contained in:
Vladimír Čunát 2015-05-31 00:05:33 +02:00
parent 098277c2cb
commit 4c898aad51

View file

@ -13381,6 +13381,7 @@ let
spring = callPackage ../games/spring {
boost = boost155;
cmake = cmake-2_8;
};
springLobby = callPackage ../games/spring/springlobby.nix { };