diff options
author | Christopher Baines <mail@cbaines.net> | 2017-09-10 19:36:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-09-12 23:15:36 +0100 |
commit | 01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a (patch) | |
tree | af37dcd7c62d93873ac1b4486c30de34f098187d /guix | |
parent | c9ce8e17661f79b9e30ac55c5852c8b5cff7361e (diff) | |
download | gnu-guix-01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a.tar gnu-guix-01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a.tar.gz |
import: cpan: Replace '(package-license perl) with 'perl-license.
The perl-license definition is intended to avoid circular dependencies, so
use this as a default when importing packages from CPAN.
* guix/import/cpan.scm (string->license): Replace '(package-license perl) with
'perl-license.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/import/cpan.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm index 9ee69e5296..01acc6f36e 100644 --- a/guix/import/cpan.scm +++ b/guix/import/cpan.scm @@ -71,7 +71,7 @@ ;; mozilla_1_0 ("mozilla_1_1" 'mpl1.1) ("openssl" 'openssl) - ("perl_5" '(package-license perl)) ;GPL1+ and Artistic 1 + ("perl_5" 'perl-license) ;GPL1+ and Artistic 1 ("qpl_1_0" 'qpl) ;; ssleay ;; sun |