mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
e8ab4ccaa7
commit
1fa2b64ded
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue