Hi Ricardo, Ricardo Wurmus skribis: > I just reconfigured my system and upgraded packages at the same time. > While “guix package -u” was building the latest Guix I noticed that > “guix system” was awfully quiet. > > Turns out that it was waiting for the ongoing build of Guix to be > finished, but instead of printing that message I would only see a > stalled spinner. > > We may need to let some more daemon messages through the UI filter. Oops, good catch! What about the patch below? Eventually I’d like to let the daemon optionally prefix what it sends to clients so that they can tell whether it’s a daemon message or if it’s build output, and in the latter case, to which job it corresponds. Thanks, Ludo’.