From 642ef880725dd79710ebf587f87b76fe277035f8 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:21:41 -0500 Subject: [PATCH] fix(steps-guix): resolve guile-gcrypt libgcrypt lookup via configured LIBDIR --- steps-guix/guile-gcrypt-0.5.0/pass1.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/steps-guix/guile-gcrypt-0.5.0/pass1.sh b/steps-guix/guile-gcrypt-0.5.0/pass1.sh index 2c9e42dd..831cf540 100644 --- a/steps-guix/guile-gcrypt-0.5.0/pass1.sh +++ b/steps-guix/guile-gcrypt-0.5.0/pass1.sh @@ -13,10 +13,7 @@ src_configure() { mkdir -p build cd build - test -x "${PREFIX}/bin/libgcrypt-config" - PATH="${PREFIX}/bin:/usr/bin:/bin" \ - LIBGCRYPT_CONFIG="${PREFIX}/bin/libgcrypt-config" \ PKG_CONFIG_LIBDIR="${pkg_config_path}" \ PKG_CONFIG_PATH="${pkg_config_path}" \ LD_LIBRARY_PATH="${LIBDIR}:${LD_LIBRARY_PATH}" \ @@ -25,7 +22,7 @@ src_configure() { --libdir="${LIBDIR}" \ --host="${host_triplet}" \ --build="${host_triplet}" \ - --with-libgcrypt-prefix="${PREFIX}" + --with-libgcrypt-libdir="${LIBDIR}" } src_compile() {