pond: mark as broken on aarch64
This commit is contained in:
parent
d951a8a0af
commit
842ae28456
1 changed files with 3 additions and 0 deletions
|
@ -30,4 +30,7 @@ buildGoPackage rec {
|
|||
-e "s,golang.org/x/crypto/bn256,github.com/agl/pond/bn256cgo,g" \
|
||||
-e "s,bn256\.,bn256cgo.,g"
|
||||
'';
|
||||
|
||||
# https://hydra.nixos.org/build/150102618/nixlog/2
|
||||
meta.broken = stdenv.isAarch64;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue