GNU bug report logs - #28410
[PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 10 Sep 2017 18:40:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Subject: bug#28410: closed (Re: [bug#28410] [PATCH] import: cpan: Replace
 '(package-license perl) with 'perl-license.)
Date: Tue, 12 Sep 2017 22:20:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28410: [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28410 <at> debbugs.gnu.org.

-- 
28410: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28410
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 28410-done <at> debbugs.gnu.org
Subject: Re: [bug#28410] [PATCH] import: cpan: Replace '(package-license
 perl) with 'perl-license.
Date: Tue, 12 Sep 2017 23:19:27 +0100
[Message part 3 (text/plain, inline)]
On Mon, 11 Sep 2017 10:28:30 +0200
ludo <at> gnu.org (Ludovic Courtès) wrote:

> Christopher Baines <mail <at> cbaines.net> 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 :)
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
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




This bug report was last modified 7 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.