mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix): remove failing environment export system call
This commit is contained in:
parent
2f7951a352
commit
d06d5f92b2
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue