mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix): correct paren balance in gnu-build-system patch
This commit is contained in:
parent
d06d5f92b2
commit
98a3a8b883
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
;; Dump the environment variables as a shell script,
|
;; Dump the environment variables as a shell script,
|
||||||
;; for handy debugging.
|
;; for handy debugging.
|
||||||
- (system "export > $NIX_BUILD_TOP/environment-variables")))
|
- (system "export > $NIX_BUILD_TOP/environment-variables")))
|
||||||
+ )))
|
+ ))
|
||||||
|
|
||||||
(format #t "starting phase `~a'~%" name)
|
(format #t "starting phase `~a'~%" name)
|
||||||
(with-throw-handler #t
|
(with-throw-handler #t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue