guix-devel
[Top][All Lists]
Advanced

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

Re: Can we increase the print width/column in daemon backtraces


From: Pierre Neidhardt
Subject: Re: Can we increase the print width/column in daemon backtraces
Date: Wed, 27 May 2020 13:09:45 +0200

Ricardo Wurmus <address@hidden> writes:

> diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
> index 29266f1dd6..94609e07f5 100644
> --- a/nix/libstore/build.cc
> +++ b/nix/libstore/build.cc
> @@ -2247,6 +2247,7 @@ void DerivationGoal::runChild()
>          Strings envStrs;
>          foreach (Environment::const_iterator, i, env)
>              envStrs.push_back(rewriteHashes(i->first + "=" + i->second, 
> rewritesToTmp));
> +     envStrs.push_back("COLUMNS=1024");
>  
>          /* If we are running in `build-users' mode, then switch to the
>             user we allocated above.  Make sure that we drop all root

What about merging this then?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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