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