guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: import: cpan: Replace '(package-license perl) with 'perl-license.


From: Christopher Baines
Subject: 01/01: import: cpan: Replace '(package-license perl) with 'perl-license.
Date: Tue, 12 Sep 2017 18:16:40 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a
Author: Christopher Baines <address@hidden>
Date:   Sun Sep 10 19:36:08 2017 +0100

    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.
---
 guix/import/cpan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 9ee69e5..01acc6f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]