File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ in recurseIntoAttrs {
2525 # iserv-proxy-interpreter: internal error: 0x0 address for .LANCHOR1 + 0 of type 562
2626 # in tmp/nix/store/kgprix3jn2w320flxpf7yr29f7dczykr-libsodium-aarch64-unknown-linux-musl-1.0.18/lib/libsodium.a
2727 # (#103:librdrand_la-randombytes_internal_random.o) for relocation 4 in section 1 of kind: 0
28- || ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl && ! stdenv . builtPlatform . isAarch64 )
28+ || ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl && ! stdenv . buildPlatform . isAarch64 )
2929 # Not sure why this is failing with a seg fault
3030 || ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
3131 # unhandled ELF relocation(Rel) type 10
You can’t perform that action at this time.
0 commit comments