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

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