self: Show backtraces on more columns.
* guix/self.scm (compiled-modules): Add "COLUMNS" to #:env-vars.
This commit is contained in:
parent
6d52844cd4
commit
54be2b4d75
|
@ -588,7 +588,11 @@ list of file-name/file-like objects suitable as inputs to 'imported-files'."
|
|||
`(#:local-build? #f ;allow substitutes
|
||||
|
||||
;; Don't annoy people about _IONBF deprecation.
|
||||
#:env-vars (("GUILE_WARN_DEPRECATED" . "no")))))
|
||||
;; Initialize 'terminal-width' in (system repl debug)
|
||||
;; to a large-enough value to make backtrace more
|
||||
;; verbose.
|
||||
#:env-vars (("GUILE_WARN_DEPRECATED" . "no")
|
||||
("COLUMNS" . "200")))))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in New Issue