mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
self: Improve backtraces for 'imported-files'.
* guix/self.scm (imported-files): Pass #:env-vars.
This commit is contained in:
parent
1a3e3162ac
commit
e3a87d770f
1 changed files with 2 additions and 1 deletions
|
@ -502,7 +502,8 @@ (define build
|
|||
;; We're just copying files around, no need to substitute or offload it.
|
||||
(computed-file name build
|
||||
#:options '(#:local-build? #t
|
||||
#:substitutable? #f)))
|
||||
#:substitutable? #f
|
||||
#:env-vars (("COLUMNS" . "200")))))
|
||||
|
||||
(define* (compiled-modules name module-tree modules
|
||||
#:optional
|
||||
|
|
Loading…
Reference in a new issue