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:
Liliana Marie Prikler 2022-11-02 21:10:50 +01:00
parent 9eb80094ae
commit 2c8b1be0d5
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ that may return a colorized version of its argument."
(_ #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)