mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
committed by
github-actions[bot]
parent
cb99956d50
commit
493608d8a8
@@ -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