diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-21 14:53:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:53 +0100 |
commit | 5c1ba739d432397e7107021fd6cb3ec01aecfb64 (patch) | |
tree | 4982c7c333566caad3376ab99d92b3ba36db29cb /build-aux | |
parent | ef9797c67b47fd79219f19455fd3cdc9fa4482b6 (diff) | |
download | guix-5c1ba739d432397e7107021fd6cb3ec01aecfb64.tar.gz |
build-self: Help users to submit useful bug reports.
* build-aux/build-self.scm (build): Request the ‘COMPLETE output’.
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 f100ff4aae..02822a2ee8 100644 --- a/build-aux/build-self.scm +++ b/build-aux/build-self.scm @@ -494,7 +494,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 it by email to <~a>.~%" +Please report the COMPLETE output above by email to <~a>.~%" (derivation->output-path build) version system %guix-version pull-version %guix-bug-report-address)))))))))))) |