debug(guix): for debugging surface raw guile module probe failures before configure

This commit is contained in:
vxtls 2026-03-05 16:58:13 -05:00
parent 9055660d81
commit bbe809905a
2 changed files with 77 additions and 0 deletions

View file

@ -28,6 +28,8 @@ src_configure() {
./configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
'--with-guile-site-dir=$(datarootdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)' \
'--with-guile-extension-dir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions' \
--host="${host_triplet}" \
--build="${host_triplet}"
}