emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28410: closed ([PATCH] import: cpan: Replace '(pac


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28410: closed ([PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.)
Date: Tue, 12 Sep 2017 22:20:02 +0000

Your message dated Tue, 12 Sep 2017 23:19:27 +0100
with message-id <address@hidden>
and subject line Re: [bug#28410] [PATCH] import: cpan: Replace 
'(package-license perl) with 'perl-license.
has caused the debbugs.gnu.org bug report #28410,
regarding [PATCH] import: cpan: Replace '(package-license perl) with 
'perl-license.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28410: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28410
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license. Date: Sun, 10 Sep 2017 19:39:21 +0100
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 9ee69e529..01acc6f36 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
-- 
2.14.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license. Date: Tue, 12 Sep 2017 23:19:27 +0100
On Mon, 11 Sep 2017 10:28:30 +0200
address@hidden (Ludovic Courtès) wrote:

> Christopher Baines <address@hidden> skribis:
> 
> > 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.  
> 
> Awesome, thanks!

Great, I've pushed this now :)

Attachment: pgpyB_2urPrEg.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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