internal/rosa/package/ncurses: enable deterministic archives

This is not done by default in upstream build system.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-10 17:48:32 +09:00
parent 5161fc24ec
commit 89db730bb9
+7
View File
@@ -20,6 +20,13 @@ package ncurses {
// "tests" are actual demo programs, not a test suite.
skipCheck = true;
postInstall = `
find /work/system/lib \
-type f \
-name '*.a' \
-exec objcopy --enable-deterministic-archives {} \;
`;
};
inputs = [ pkg-config ];