From d06d5f92b2e7fef42f4eaf207944462eeafbe0bd Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:42:43 -0400 Subject: [PATCH] fix(guix): remove failing environment export system call --- .../remove-environment-variables-system-call.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch 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 new file mode 100644 index 00000000..19c4e8cb --- /dev/null +++ b/steps-guix/guix-1.5.0/patches/remove-environment-variables-system-call.patch @@ -0,0 +1,11 @@ +--- guix-1.5.0/guix/build/gnu-build-system.scm ++++ guix-1.5.0/guix/build/gnu-build-system.scm +@@ -985,7 +985,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