self: Improve backtraces for 'imported-files'.
* guix/self.scm (imported-files): Pass #:env-vars.
This commit is contained in:
parent
1a3e3162ac
commit
e3a87d770f
|
@ -502,7 +502,8 @@ list of file-name/file-like objects suitable as inputs to 'imported-files'."
|
||||||
;; We're just copying files around, no need to substitute or offload it.
|
;; We're just copying files around, no need to substitute or offload it.
|
||||||
(computed-file name build
|
(computed-file name build
|
||||||
#:options '(#:local-build? #t
|
#:options '(#:local-build? #t
|
||||||
#:substitutable? #f)))
|
#:substitutable? #f
|
||||||
|
#:env-vars (("COLUMNS" . "200")))))
|
||||||
|
|
||||||
(define* (compiled-modules name module-tree modules
|
(define* (compiled-modules name module-tree modules
|
||||||
#:optional
|
#:optional
|
||||||
|
|
Loading…
Reference in New Issue