1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

build-self: Help users to submit useful bug reports.

* build-aux/build-self.scm (build): Request the ‘COMPLETE output’.
This commit is contained in:
Tobias Geerinckx-Rice
2021-11-21 14:53:18 +01:00
parent ef9797c67b
commit 5c1ba739d4

View File

@@ -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))))))))))))