yi: mark as broken because dependency no longer builds

+4
+4
pkgs/applications/editors/yi/wrapper.nix
··· 28 28 # This wrapper and wrapper only is under PD 29 29 license = licenses.publicDomain; 30 30 maintainers = with maintainers; [ ]; 31 + 32 + # dependency yi-language no longer builds doesn't build 33 + hydraPlatforms = lib.platforms.none; 34 + broken = true; 31 35 }; 32 36 33 37 }