1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00

import/cran: Use beautify-synopsis.

* guix/import/cran.scm (description->package): Use beautify-synopsis.
This commit is contained in:
Ricardo Wurmus
2022-09-28 22:06:21 +02:00
parent 7ea6e9f79f
commit 19ea75aa4f

View File

@@ -582,7 +582,7 @@ from the alist META, which was derived from the R package's DESCRIPTION file."
(home-page ,(if (string-null? home-page)
(string-append base-url name)
home-page))
(synopsis ,synopsis)
(synopsis ,(beautify-synopsis synopsis))
(description ,(beautify-description (or (assoc-ref meta "Description")
"")))
(license ,license))))