spring: it works!
This commit is contained in:
parent
11315a3e27
commit
1ff9d94f38
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spring";
|
owner = "spring";
|
||||||
repo = "spring";
|
repo = "spring";
|
||||||
rev = version;
|
rev = "9ee29da876f6d3d23e169185619b58df9c036703";
|
||||||
sha256 = "1z7c5yxsv0j4nlkmc0limxxkl5mp65jckjfh7nyv3a3zvzhv00zc";
|
sha256 = "0m94i85k8k5ls1ff9z8djslzhkgr7b7vsbpic2axxjvki6sn2xjv";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23676,7 +23676,6 @@ in
|
|||||||
|
|
||||||
spring = callPackage ../games/spring {
|
spring = callPackage ../games/spring {
|
||||||
boost = boost155;
|
boost = boost155;
|
||||||
cmake = cmake_2_8;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
springLobby = callPackage ../games/spring/springlobby.nix { };
|
springLobby = callPackage ../games/spring/springlobby.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user