internal/rosa/package: cryptsetup

Useful for now, will likely be replaced by a native implementation.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-06 18:16:41 +09:00
parent a9a32284b6
commit 6a7f124deb
2 changed files with 48 additions and 1 deletions
+5 -1
View File
@@ -11,7 +11,11 @@ package e2fsprogs {
checksum = "gdnAEVjncIciqG-ZhFfYVv4wbBbCHBmPPYwRxltIfOTqdYH5L3ri8wk75YIVlgN0";
};
exec = make {};
exec = make {
configure = {
"enable-elf-shlibs";
};
};
inputs = [
perl,