guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: self: Improve backtraces for 'imported-files'.


From: Ludovic Courtès
Subject: 01/03: self: Improve backtraces for 'imported-files'.
Date: Fri, 1 Jun 2018 18:43:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e3a87d770f8be330259ef92348e0cf0a392bb24d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 1 23:03:31 2018 +0200

    self: Improve backtraces for 'imported-files'.
    
    * guix/self.scm (imported-files): Pass #:env-vars.
---
 guix/self.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/self.scm b/guix/self.scm
index 3503fbd..1b2a73e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]