Unverified Commit a1f71d48 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

tinygo: mark broken on darwin (#404952)

parents c9aa2bf0 fc87c77b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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