mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
guix: ui: Improve missing output descriptions.
The current reference to Intel's Appendix H appears too obscure and confusing. * guix/ui.scm (package->recutils)[output->recutils]: Replace “see Appendix H” with “[description missing]”.
This commit is contained in:
parent
9eb80094ae
commit
2c8b1be0d5
1 changed files with 1 additions and 1 deletions
|
@ -1531,7 +1531,7 @@ (define* (output->recutils package output #:optional
|
|||
(_ #f))
|
||||
(package-properties package))
|
||||
(assoc-ref default-synopses output)
|
||||
(G_ "see Appendix H"))))
|
||||
(G_ "[description missing]"))))
|
||||
|
||||
(define (package-outputs/out-last package)
|
||||
((compose append partition)
|
||||
|
|
Loading…
Reference in a new issue