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

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 8 years ago
(address . guix-patches@gnu.org)
20170910183921.18369-1-mail@cbaines.net
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(-)

Toggle diff (15 lines)
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
Ludovic Courtès wrote 8 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 28410@debbugs.gnu.org)
87o9qhbpw1.fsf@gnu.org
Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (6 lines)
> 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!

Ludo'.
Christopher Baines wrote 7 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 28410-done@debbugs.gnu.org)
20170912231927.22c51137@cbaines.net
On Mon, 11 Sep 2017 10:28:30 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

Toggle quote (11 lines)
> Christopher Baines <mail@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 :)
-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlm4XW9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE
9Xd26xAAoz7hXahZOxgwippYF0h9gAMd3tLZykZXQAegR7lCfGM3ZaAXt1XdIAe2
jZS3YZDVbGQvfbqyeLXb517H169JGdWEcBuKUJddnrXLDTDCGdKpIVJfmtv0/As+
d9RF3Ut8eXRlo3qT+9xIvCQyZHy4Q0eUwls4a5+OCi9vqj4ZN4BlVuPzevyObjDU
9xYPesXt2XYizb9neSIWtXJFEHPw2OT/eccKRp8OZGjnmbq9W5wVN/Hii1Q8yXjH
k4TRFPBp7UZBV2NKQveYJPG3nIkXLRPo3ww+4yqBIsexHVL6MpymbyDAhP2wD1XL
B2xMln4/R5TSOn+P0l1bCngNJN7hc7SFJp7DM2mdgF8vZ6EbZqWO4m0QkTraxqoA
rCwgyioI3F5V0usaST8UsSza+WyQ4ZOaKKkfgU4iASmseQHXdOUYKzi83d1M6wmI
HlaTDR+kLMqYvg0L6zc2HBVNJGBohXX1vC7oanZKC+HbpjQJUKdt+G7h6FGVsDPE
vPCisnhOCRfphXz7hCjyz14dHIm6CjsCm+jctr2F5OT1Hy8YBal+b8sEL631Fb/0
9xrxSl56WG6UcxzkChFp5q9yO/haDO66yXUE2caHSn5Fn78qfdunzSob669sL2bs
CiL/mFak8d0OWsbuikXn92QWPehg6q8gxPSz5zTNKFqNxS5avSU=
=xBLO
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28410@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28410
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help