cjdns: Setting no SECCOMP for ARM. It fails to build.
This commit is contained in:
parent
a761b33d8c
commit
4c0ba3f01c
@ -18,7 +18,9 @@ stdenv.mkDerivation {
|
||||
# for flock
|
||||
stdenv.lib.optional stdenv.isLinux [ utillinux ];
|
||||
|
||||
buildPhase = "bash do";
|
||||
buildPhase =
|
||||
stdenv.lib.optionalString stdenv.isArm "Seccomp_NO=1 "
|
||||
+ "bash do";
|
||||
installPhase = ''
|
||||
installBin cjdroute makekeys privatetopublic publictoip6
|
||||
sed -i 's,/usr/bin/env node,'$(type -P node), \
|
||||
|
Loading…
Reference in New Issue
Block a user