unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.
@ 2017-09-10 18:39 Christopher Baines
  2017-09-11  8:28 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2017-09-10 18:39 UTC (permalink / raw)
  To: 28410

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.
  2017-09-10 18:39 [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license Christopher Baines
@ 2017-09-11  8:28 ` Ludovic Courtès
  2017-09-12 22:19   ` bug#28410: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-09-11  8:28 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 28410

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!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28410: [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license.
  2017-09-11  8:28 ` Ludovic Courtès
@ 2017-09-12 22:19   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2017-09-12 22:19 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28410-done

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

On Mon, 11 Sep 2017 10:28:30 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> 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 :)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-12 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-10 18:39 [bug#28410] [PATCH] import: cpan: Replace '(package-license perl) with 'perl-license Christopher Baines
2017-09-11  8:28 ` Ludovic Courtès
2017-09-12 22:19   ` bug#28410: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).