diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-26 09:11:07 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-26 09:19:17 +0900 |
| commit | 4a935975034a89c118aaccd81e4f13303047ed7f (patch) | |
| tree | 4d687088b57fc275c01539e484739e8d6485c804 | |
| parent | 497813ed86bbe403483910c041eab2ef2e26394b (diff) | |
build-aux/build-self: Fix incorrect message error output.
* build-aux/build-self.scm (build): Remove 'by email' mention.
Fixes: <https://issues.guix.gnu.org/80437>
Change-Id: I7aaa4160ccfae80266316ce1db1531a7289a5044
| -rw-r--r-- | build-aux/build-self.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm index 4c25e3b5d24..fdb974bde86 100644 --- a/build-aux/build-self.scm +++ b/build-aux/build-self.scm | |||
| @@ -324,7 +324,7 @@ files." | |||
| 324 | (message (format #f "You found a bug: the program '~a' | 324 | (message (format #f "You found a bug: the program '~a' |
| 325 | failed to compute the derivation for Guix (version: ~s; system: ~s; | 325 | failed to compute the derivation for Guix (version: ~s; system: ~s; |
| 326 | host version: ~s; pull-version: ~s). | 326 | host version: ~s; pull-version: ~s). |
| 327 | Please report the COMPLETE output above by email to <~a>.~%" | 327 | Please report the COMPLETE output above to <~a>.~%" |
| 328 | (derivation->output-path build) | 328 | (derivation->output-path build) |
| 329 | version system %guix-version pull-version | 329 | version system %guix-version pull-version |
| 330 | %guix-bug-report-address)))))))))))) | 330 | %guix-bug-report-address)))))))))))) |
