From 746a1f05940c4fccc35f2c59268ab7c2b5892fc6 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 25 Jun 2023 14:34:19 +0400 Subject: [PATCH] coreth: mark as unbroken on darwin --- pkgs/applications/networking/coreth/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/networking/coreth/default.nix b/pkgs/applications/networking/coreth/default.nix index 6065e9c4e728..779fa891b44a 100644 --- a/pkgs/applications/networking/coreth/default.nix +++ b/pkgs/applications/networking/coreth/default.nix @@ -41,9 +41,5 @@ buildGoModule rec { changelog = "https://github.com/ava-labs/coreth/releases/tag/v${version}"; license = licenses.lgpl3Only; maintainers = with maintainers; [ urandom ]; - # In file included from ../go/pkg/mod/github.com/zondax/hid@v0.9.1-0.20220302062450-5552068d2266/hid_enabled.go:38: - # ./hidapi/mac/hid.c:693:34: error: use of undeclared identifier 'kIOMainPortDefault' - # entry = IORegistryEntryFromPath(kIOMainPortDefault, path); - broken = stdenv.isDarwin; }; }