Unverified Commit 68443d7d authored by Liam Murphy's avatar Liam Murphy
Browse files

tinygo: unmark as broken on Darwin

parent 5de8edee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ buildGoModule rec {
    homepage = "https://tinygo.org/";
    description = "Go compiler for small places";
    license = licenses.bsd3;
    broken = stdenv.hostPlatform.isDarwin;
    maintainers = with maintainers; [
      Madouura
      muscaln