From ef6abd588457036312eba10eb13fcfd401e058e6 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Thu, 19 Mar 2026 09:59:34 -0400 Subject: [PATCH] refactor(guile-2.2.4): remove redundant post-sed grep assertions in pass1.sh --- steps-guix/guile-2.2.4/pass1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/steps-guix/guile-2.2.4/pass1.sh b/steps-guix/guile-2.2.4/pass1.sh index ebc3252c..94cda9e1 100644 --- a/steps-guix/guile-2.2.4/pass1.sh +++ b/steps-guix/guile-2.2.4/pass1.sh @@ -12,8 +12,6 @@ src_prepare() { -e 's|^guile_LDFLAGS =.*$|guile_LDFLAGS = -all-static|' \ libguile/Makefile.in - grep -q '^guile_LDADD = libguile-@GUILE_EFFECTIVE_VERSION@.la -ldl$' libguile/Makefile.in - grep -q '^guile_LDFLAGS = -all-static$' libguile/Makefile.in } src_configure() {