~ruther/guix-local

b609498bcf9449dc5cc8a5386fbdfcef5f8ebeb0 — Ekaitz Zarraga 1 year, 13 days ago dd7a377
guix: import: allow empty description

* guix/import/utils.scm (beautify-description)[new-words]: Don't fail
  the `match` when the package has an empty description.

Change-Id: I23e9cfeae1da98bb8705fcfc8ff81906d272d72e
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/import/utils.scm
M guix/import/utils.scm => guix/import/utils.scm +2 -1
@@ 389,7 389,8 @@ LENGTH characters."
                                     (string-suffix? "?" last))
                               last
                               (string-append last "."))
                             (reverse rest))))))
                             (reverse rest))))
             (() new-words))) ;; No description in package
         (cleaned
          (string-join (map fix-word new-words))))
    ;; Use double spacing between sentences