fix(guile): validate guile-gcrypt before guix configure, fix

This commit is contained in:
vxtls 2026-03-05 19:36:20 -05:00
parent 442e3a2109
commit 079b6fddac
3 changed files with 37 additions and 4 deletions

View file

@ -14,6 +14,8 @@ src_configure() {
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--includedir="${PREFIX}/include" \
--enable-shared \
--enable-static \
--host="${host_triplet}" \
--build="${host_triplet}"
}