coreth: mark as unbroken on darwin

This commit is contained in:
Nikolay Korotkiy
2023-06-25 14:34:19 +04:00
parent 7c931f3fa1
commit 746a1f0594
@@ -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;
};
}