tinygo: mark broken on darwin (#404952)

This commit is contained in:
Aleksana
2025-05-14 19:39:56 +08:00
committed by GitHub
+1
View File
@@ -146,6 +146,7 @@ buildGoModule rec {
homepage = "https://tinygo.org/";
description = "Go compiler for small places";
license = licenses.bsd3;
broken = stdenv.hostPlatform.isDarwin;
maintainers = with maintainers; [
Madouura
muscaln