mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 5 additions and 1 deletions
|
@ -588,7 +588,11 @@ (define (process-directory directory output)
|
|||
`(#: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 a new issue