mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
ui: Tweak conflicting profile entry error message.
* guix/ui.scm (call-with-error-handling): Use 'manifest-entry-output*' when reporting conflicting profile entries.
This commit is contained in:
parent
4bd70904c7
commit
3fb6464ba4
1 changed files with 2 additions and 2 deletions
|
@ -555,9 +555,9 @@ (define (manifest-entry-output* entry)
|
|||
("out" "")
|
||||
(output (string-append ":" output))))
|
||||
|
||||
(report-error (G_ "profile contains conflicting entries for ~a:~a~%")
|
||||
(report-error (G_ "profile contains conflicting entries for ~a~a~%")
|
||||
(manifest-entry-name entry)
|
||||
(manifest-entry-output entry))
|
||||
(manifest-entry-output* entry))
|
||||
(report-error (G_ " first entry: ~a@~a~a ~a~%")
|
||||
(manifest-entry-name entry)
|
||||
(manifest-entry-version entry)
|
||||
|
|
Loading…
Reference in a new issue