fosrl-newt: mark broken for darwin
Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
41aab0e86d
commit
99ca18373e
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
@@ -34,6 +35,10 @@ buildGoModule (finalAttrs: {
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
# Networking failures in tests, even with __darwinAllowLocalNetworking on
|
||||
# and sandbox disabled.
|
||||
# Unclear as of 2026-04-24 whether the program works if tests are disabled.
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "Tunneling client for Pangolin";
|
||||
homepage = "https://github.com/fosrl/newt";
|
||||
changelog = "https://github.com/fosrl/newt/releases/tag/${finalAttrs.src.tag}";
|
||||
|
||||
Reference in New Issue
Block a user