mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
{jimtcl,openocd,tinygo}: unmark as broken on Darwin (#408183)
This commit is contained in:
commit
ea131632dc
3 changed files with 0 additions and 3 deletions
|
@ -78,7 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "http://jim.tcl.tk/";
|
homepage = "http://jim.tcl.tk/";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
dbohdan
|
dbohdan
|
||||||
fgaz
|
fgaz
|
||||||
|
|
|
@ -97,6 +97,5 @@ stdenv.mkDerivation rec {
|
||||||
prusnak
|
prusnak
|
||||||
];
|
];
|
||||||
platforms = platforms.unix ++ platforms.windows;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,6 @@ buildGoModule rec {
|
||||||
homepage = "https://tinygo.org/";
|
homepage = "https://tinygo.org/";
|
||||||
description = "Go compiler for small places";
|
description = "Go compiler for small places";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
Madouura
|
Madouura
|
||||||
muscaln
|
muscaln
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue