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