From 98a3a8b88376a33e2c1327478d45cd91d34e9d33 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:27:27 -0400 Subject: [PATCH] fix(guix): correct paren balance in gnu-build-system patch --- .../patches/remove-environment-variables-system-call.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch b/steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch index 19c4e8cb..568ef01a 100644 --- a/steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch +++ b/steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch @@ -5,7 +5,7 @@ ;; Dump the environment variables as a shell script, ;; for handy debugging. - (system "export > $NIX_BUILD_TOP/environment-variables"))) -+ ))) ++ )) (format #t "starting phase `~a'~%" name) (with-throw-handler #t