mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
endless-sky: 0.9.8 -> 0.9.10
This commit is contained in:
parent
60e1709bae
commit
4fbb59ab99
@ -3,7 +3,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.9.8";
|
version = "0.9.10";
|
||||||
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "endless-sky";
|
owner = "endless-sky";
|
||||||
repo = "endless-sky";
|
repo = "endless-sky";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0i36lawypikbq8vvzfis1dn7yf6q0d2s1cllshfn7kmjb6pqfi6c";
|
sha256 = "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -2,15 +2,6 @@ diff --git a/SConstruct b/SConstruct
|
|||||||
index 48fd080..419b40d 100644
|
index 48fd080..419b40d 100644
|
||||||
--- a/SConstruct
|
--- a/SConstruct
|
||||||
+++ b/SConstruct
|
+++ b/SConstruct
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
import os
|
|
||||||
|
|
||||||
# Load any environment variables that alter the build.
|
|
||||||
-env = Environment()
|
|
||||||
+env = Environment(ENV = os.environ)
|
|
||||||
if 'CCFLAGS' in os.environ:
|
|
||||||
env.Append(CCFLAGS = os.environ['CCFLAGS'])
|
|
||||||
if 'CXXFLAGS' in os.environ:
|
|
||||||
@@ -55,7 +55,7 @@ sky = env.Program("endless-sky", Glob("build/" + env["mode"] + "/*.cpp"))
|
@@ -55,7 +55,7 @@ sky = env.Program("endless-sky", Glob("build/" + env["mode"] + "/*.cpp"))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user