cjdns: Setting no SECCOMP for ARM. It fails to build.

This commit is contained in:
Lluís Batlle i Rossell 2014-10-10 17:02:08 +02:00
parent a761b33d8c
commit 4c0ba3f01c

View File

@ -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), \