@ -218,7 +218,7 @@ in {
system_rtc = { };
tar = { };
tclsh = { };
terminal = { };
terminal.depotInputs = with self; [ vfs ];
terminal_crosslink = { };
terminal_log = { };
test-block = { };
@ -313,7 +313,10 @@ in {
vfs_oss = { };
vfs_pipe = { };
vfs_trace = { };
vfs_ttf.portInputs = with ports; [ libc stb ];
vfs_ttf = {
depotInputs = with self; [ libc ];
portInputs = with ports; [ stb ];
};
vim = { };
vim-minimal = { };
virtdev_rom = { };