mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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.
This commit is contained in:
parent
c9ce8e1766
commit
01ef804d69
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
;; mozilla_1_0
|
;; mozilla_1_0
|
||||||
("mozilla_1_1" 'mpl1.1)
|
("mozilla_1_1" 'mpl1.1)
|
||||||
("openssl" 'openssl)
|
("openssl" 'openssl)
|
||||||
("perl_5" '(package-license perl)) ;GPL1+ and Artistic 1
|
("perl_5" 'perl-license) ;GPL1+ and Artistic 1
|
||||||
("qpl_1_0" 'qpl)
|
("qpl_1_0" 'qpl)
|
||||||
;; ssleay
|
;; ssleay
|
||||||
;; sun
|
;; sun
|
||||||
|
|
Loading…
Add table
Reference in a new issue