tinygo: mark broken on darwin

This commit is contained in:
Will Cohen
2025-05-07 11:21:16 -04:00
parent 66b41287a6
commit fc87c77bc7
+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