mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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.
This commit is contained in:
parent
e70a884706
commit
a1da0904a6
1 changed files with 1 additions and 2 deletions
|
@ -1465,8 +1465,7 @@ (define (package<? p1 p2)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue