From 9e1bd74bdd0478e9dc00076e3ed3f4bd34935b09 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 12 Apr 2021 20:50:27 +0200 Subject: [PATCH] Specify missing depotInputs for some depot packages --- packages/genodelabs/depot-targets.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/genodelabs/depot-targets.nix b/packages/genodelabs/depot-targets.nix index 1baa189..2162bdc 100644 --- a/packages/genodelabs/depot-targets.nix +++ b/packages/genodelabs/depot-targets.nix @@ -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 = { };