summaryrefslogtreecommitdiff
path: root/guix/self.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-06-01 23:03:31 +0200
committerLudovic Courtès <ludo@gnu.org>2018-06-02 00:43:49 +0200
commite3a87d770f8be330259ef92348e0cf0a392bb24d (patch)
treee2a0eb4d058b1c5448249b2e4df76b1a1550a1d9 /guix/self.scm
parent1a3e3162acafd32ff2fb675f2f780d986692c52d (diff)
downloadgnu-guix-e3a87d770f8be330259ef92348e0cf0a392bb24d.tar
gnu-guix-e3a87d770f8be330259ef92348e0cf0a392bb24d.tar.gz
self: Improve backtraces for 'imported-files'.
* guix/self.scm (imported-files): Pass #:env-vars.
Diffstat (limited to 'guix/self.scm')
-rw-r--r--guix/self.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/self.scm b/guix/self.scm
index 3503fbda43..1b2a73e8f7 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -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