aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2017-09-10 19:36:08 +0100
committerChristopher Baines <mail@cbaines.net>2017-09-12 23:15:36 +0100
commit01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a (patch)
treeaf37dcd7c62d93873ac1b4486c30de34f098187d
parentc9ce8e17661f79b9e30ac55c5852c8b5cff7361e (diff)
downloadguix-01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a.tar
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.
-rw-r--r--guix/import/cpan.scm2
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