import: Importers return prefixed licenses.
authorDavid Craven <david@craven.ch>
Fri, 5 Aug 2016 17:15:56 +0000 (19:15 +0200)
committerDavid Craven <david@craven.ch>
Sun, 28 Aug 2016 12:04:50 +0000 (14:04 +0200)
commita34b236c17f5f7a29c3ce05766071b57e8cdb271
tree124cd95fb0aadda3fe469a339d86dc9f1f6da7a8
parent1ae27aac4cec9c16c878dbce85eef9e00c8e4240
import: Importers return prefixed licenses.

* guix/import/utils.scm
(define-module): Import licenses with license: prefix.
(string->licenses): Use prefixed licenses.
(license->symbol): Return symbols with the prefix license:.
* guix/tests/pypi.scm (pypi->guix-package): Update test cases.
* guix/tests/gem.scm (gem->guix-package): Update test case.
guix/import/utils.scm
tests/gem.scm
tests/pypi.scm