me
/
guix
Archived
1
0
Fork 0

ui: Do not translate package synopsis a second time.

* guix/ui.scm (package->recutils): package-synopsis-string already returns a
translated string. Do not attempt to translate it again.
master
Arun Isaac 2020-06-01 04:53:33 +05:30
parent e70a884706
commit a1da0904a6
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 1 additions and 2 deletions

View File

@ -1465,8 +1465,7 @@ HYPERLINKS? is true, emit hyperlink escape sequences when appropriate."
(string-map (match-lambda
(#\newline #\space)
(chr chr))
(or (and=> (package-synopsis-string p) P_)
"")))
(or (package-synopsis-string p) "")))
(format port "~a~%"
(string->recutils
(string-trim-right