internal/rosa/package/libarchive: add runtime dependencies

These were missed due to being implied by the toolchain.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-23 22:02:06 +09:00
parent 6f2852547b
commit 5d3e47d8e7
@@ -16,4 +16,9 @@ package libarchive {
early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n";
exec = cmake {};
runtime = [
zlib,
zstd,
];
}