Specify missing depotInputs for some depot packages

This commit is contained in:
Ehmry - 2021-04-12 20:50:27 +02:00
parent 291cde7b4a
commit 9e1bd74bdd
1 changed files with 5 additions and 2 deletions

View File

@ -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 = { };