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