import: crate: Beautify crate importer synopses.

* guix/import/crate.scm (make-crate-sexp): Use beautify-synopsis.

Change-Id: I4e30e043d34da7a3c355e098f155c0c75b619063
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Herman Rimm 2024-05-12 21:08:30 +02:00 committed by Ludovic Courtès
parent e8ab4ccaa7
commit 1fa2b64ded
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -211,7 +211,7 @@ (define (format-inputs inputs)
(maybe-cargo-development-inputs
cargo-development-inputs)))
(home-page ,home-page)
(synopsis ,synopsis)
(synopsis ,(beautify-synopsis synopsis))
(description ,(beautify-description description))
(license ,(match license
(() #f)