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 /build-aux | |
| 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
Diffstat (limited to 'build-aux')
| -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." (message (format #f "You found a bug: the program '~a' failed to compute the derivation for Guix (version: ~s; system: ~s; host version: ~s; pull-version: ~s). -Please report the COMPLETE output above by email to <~a>.~%" +Please report the COMPLETE output above to <~a>.~%" (derivation->output-path build) version system %guix-version pull-version %guix-bug-report-address)))))))))))) |
