fix(guix): correct paren balance in gnu-build-system patch

This commit is contained in:
vxtls 2026-03-24 07:27:27 -04:00
parent d06d5f92b2
commit 98a3a8b883

View file

@ -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