commit
dae9bb9afb
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
|
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
|
||||||
|
|
||||||
let version = "20.2"; in
|
let version = "20.3"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cjdns-"+version;
|
name = "cjdns-"+version;
|
||||||
|
|
||||||
@ -8,13 +8,14 @@ stdenv.mkDerivation {
|
|||||||
owner = "cjdelisle";
|
owner = "cjdelisle";
|
||||||
repo = "cjdns";
|
repo = "cjdns";
|
||||||
rev = "cjdns-v${version}";
|
rev = "cjdns-v${version}";
|
||||||
sha256 = "13zhcfwx8c3vdcf6ifivrgf8q7mgx00vnxcspdz88zk7dh65c6jn";
|
sha256 = "02cxrjmpi7pyf0qfvhkqg3y5rq7vlnib55n2hhxnyhzznxhgrsgy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ which python27 nodejs ] ++
|
buildInputs = [ which python27 nodejs ] ++
|
||||||
# for flock
|
# for flock
|
||||||
stdenv.lib.optional stdenv.isLinux utillinux;
|
stdenv.lib.optional stdenv.isLinux utillinux;
|
||||||
|
|
||||||
|
CFLAGS = "-O2";
|
||||||
buildPhase =
|
buildPhase =
|
||||||
stdenv.lib.optionalString stdenv.isAarch32 "Seccomp_NO=1 "
|
stdenv.lib.optionalString stdenv.isAarch32 "Seccomp_NO=1 "
|
||||||
+ "bash do";
|
+ "bash do";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user