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
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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))))