Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import: gem: Beautify only the description, not the synopsis.•••* guix/import/gem.scm (make-gem-sexp): Add synopsis argument. (gem->guix-package): Pass unbeautified synopsis to make-gem-sexp. * tests/gem.scm: Adapt it. | Ben Woodcroft | 2016-01-20 | 1 | -1/+1 |
* | import: gem: Fix minor bug and add unit test.•••* guix/import/gem.scm (make-gem-sexp): Properly handle an empty list of licenses. When rendering a list of licenses, cons 'list onto the front of the expression. * tests/gem.scm: New file. * Makefile.am (SCM_TESTS): Add it. | David Thompson | 2015-09-01 | 1 | -0/+82 |