self: Improve backtraces for 'imported-files'.

* guix/self.scm (imported-files): Pass #:env-vars.
This commit is contained in:
Ludovic Courtès 2018-06-01 23:03:31 +02:00
parent 1a3e3162ac
commit e3a87d770f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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.
(computed-file name build
#:options '(#:local-build? #t
#:substitutable? #f)))
#:substitutable? #f
#:env-vars (("COLUMNS" . "200")))))
(define* (compiled-modules name module-tree modules
#:optional