GNU bug report logs -
#30836
[PATCH 2/3] guix import elpa: use #f for license
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 18 Mar 2018 23:25:41 +0100
with message-id <87d101nhqy.fsf <at> gnu.org>
and subject line Re: [bug#30836] [PATCH 2/3] guix import elpa: use #f for license
has caused the debbugs.gnu.org bug report #30836,
regarding [PATCH 2/3] guix import elpa: use #f for license
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30836
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Elpa doesn't supply license information. The current importer pretends that
everything is GPL3, which is not true. The importer should not invent license
information.
---
guix/import/elpa.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 7f76a13ad..cae10eb1c 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -234,7 +234,7 @@ type '<elpa-package>'."
(home-page ,(elpa-package-home-page pkg))
(synopsis ,(elpa-package-synopsis pkg))
(description ,(elpa-package-description pkg))
- (license license:gpl3+))))
+ (license #f))))
(define* (elpa->guix-package name #:optional (repo 'gnu))
"Fetch the package NAME from REPO and produce a Guix package S-expression."
--
2.16.2
[Message part 3 (message/rfc822, inline)]
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:
> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:
>>
>>> Elpa doesn't supply license information. The current importer pretends that
>>> everything is GPL3, which is not true. The importer should not invent license
>>> information.
>>
>> Do you have examples of packages on ELPA that are not GPLv3+? I don’t
>> know if this is the case, but I wouldn’t be surprised if it had a policy
>> of requiring GPLv3+ given that Emacs itself is GPLv3+.
>
> The ELPA importer is also used for MELPA, which has no license
> requirements. The package that motivated this patch is Deft, which is
> MIT-licensed:
>
> https://jblevins.org/projects/deft/
>
> If GNU ELPA guarantees GPL3, we could keep the old behavior for that
> but use #f for MELPA and stable MELPA.
Good idea. Commit 9bb1838c3f982dfb84ba24eb2f727cb39ee5805c does that.
Thanks!
Ludo’.
This bug report was last modified 7 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.