{jimtcl,openocd,tinygo}: unmark as broken on Darwin (#408183)

This commit is contained in:
Aleksana 2025-05-21 20:23:24 +08:00 committed by GitHub
commit ea131632dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View file

@ -78,7 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://jim.tcl.tk/";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isDarwin;
maintainers = with lib.maintainers; [
dbohdan
fgaz

View file

@ -97,6 +97,5 @@ stdenv.mkDerivation rec {
prusnak
];
platforms = platforms.unix ++ platforms.windows;
broken = stdenv.hostPlatform.isDarwin;
};
}

View file

@ -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