From 5a32f8f9b2f2540495e79cb39ce4a6861553fe79 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 5 Sep 2026 05:44:33 +0900 Subject: internal/rosa: separate native tools from libraries This removes most redundant runtime arguments and is useful for cross-compilation. Signed-off-by: Ophestra --- internal/rosa/package/git.az | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'internal/rosa/package/git.az') diff --git a/internal/rosa/package/git.az b/internal/rosa/package/git.az index 6eee0d43..07abe88e 100644 --- a/internal/rosa/package/git.az +++ b/internal/rosa/package/git.az @@ -79,23 +79,19 @@ disable_test t7527-builtin-fsmonitor install`; }; - inputs = [ + tools = [ // test suite hangs on mksh bash, diffutils, autoconf, gettext, - - zlib, - curl, - libexpat, - kernel-headers, ]; - runtime = [ + inputs = [ zlib, curl, libexpat, + kernel-headers, ]; } -- cgit v1.3.1