~ruther/guix-local

869cda545d67ff342924780c045ff1c4efa2fd06 — Ben Woodcroft 10 years ago 2028a2c
import: gem: Beautify description field.

* guix/import/gem.scm (gem->guix-package): Use 'beautify-description'.
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/import/gem.scm
M guix/import/gem.scm => guix/import/gem.scm +2 -1
@@ 117,7 117,8 @@ VERSION, HASH, HOME-PAGE, DESCRIPTION, DEPENDENCIES, and LICENSES."
         (let ((name         (assoc-ref package "name"))
               (version      (assoc-ref package "version"))
               (hash         (assoc-ref package "sha"))
               (description  (assoc-ref package "info"))
               (description  (beautify-description
                              (assoc-ref package "info")))
               (home-page    (assoc-ref package "homepage_uri"))
               (dependencies (map (lambda (dep)
                                    (let ((name (assoc-ref dep "name")))