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

View file

@ -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