mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
ef9797c67b
commit
5c1ba739d4
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ (define* (build source
|
||||||
(message (format #f "You found a bug: the program '~a'
|
(message (format #f "You found a bug: the program '~a'
|
||||||
failed to compute the derivation for Guix (version: ~s; system: ~s;
|
failed to compute the derivation for Guix (version: ~s; system: ~s;
|
||||||
host version: ~s; pull-version: ~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)
|
(derivation->output-path build)
|
||||||
version system %guix-version pull-version
|
version system %guix-version pull-version
|
||||||
%guix-bug-report-address))))))))))))
|
%guix-bug-report-address))))))))))))
|
||||||
|
|
Loading…
Reference in a new issue