mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
libuv: fix riscv64-linux build
This commit is contained in:
@@ -129,6 +129,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# https://github.com/libuv/libuv/issues/1871
|
||||
"shutdown_close_pipe"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isRiscV64 [
|
||||
# Aborts (SIGABRT, exit 134)
|
||||
"poll_nested_epoll"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isFreeBSD [
|
||||
# ENETUNREACH when performed in jailed build env
|
||||
"tcp_connect"
|
||||
|
||||
Reference in New Issue
Block a user