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

This commit is contained in:
Lluís Batlle i Rossell
2015-02-05 23:02:55 +01:00
parent a761b33d8c
commit 4c0ba3f01c
+3 -1
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), \