Commit 62f8fb0c authored by Liam Murphy's avatar Liam Murphy Committed by github-actions[bot]
Browse files

tinygo: unmark as broken on Darwin

(cherry picked from commit 68443d7d)
parent 0651c9a5
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