unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA.
@ 2021-08-31 18:17 Xinglu Chen
  2021-09-02 10:57 ` zimoun
  2021-09-07 13:53 ` bug#50304: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Xinglu Chen @ 2021-08-31 18:17 UTC (permalink / raw)
  To: 50304

* guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
* doc/guix.texi (Invoking guix import): Document it.
---
 doc/guix.texi        | 4 ++++
 guix/import/elpa.scm | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6620f882f5..80fa7366d0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11605,6 +11605,10 @@ contained in the GnuPG keyring at
 @code{emacs} package (@pxref{Package Installation, ELPA package
 signatures,, emacs, The GNU Emacs Manual}).
 
+@item
+@uref{https://elpa.nongnu.org/nongnu/, NonGNU}, selected by the
+@code{nongnu} identifier.
+
 @item
 @uref{https://stable.melpa.org/packages, MELPA-Stable}, selected by the
 @code{melpa-stable} identifier.
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index c0dc5acf51..fb59acc9e3 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -80,6 +81,7 @@ NAMES (strings)."
   (let ((elpa-archives
          '((gnu . "https://elpa.gnu.org/packages")
            (gnu/http . "http://elpa.gnu.org/packages") ;for testing
+           (nongnu . "https://elpa.nongnu.org/nongnu")
            (melpa-stable . "https://stable.melpa.org/packages")
            (melpa . "https://melpa.org/packages"))))
     (assq-ref elpa-archives repo)))

base-commit: cc71a54e9f900e905192f794c7bc5346c445e651
-- 
2.33.0







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

* [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA.
  2021-08-31 18:17 [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA Xinglu Chen
@ 2021-09-02 10:57 ` zimoun
  2021-09-07 13:53 ` bug#50304: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: zimoun @ 2021-09-02 10:57 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50304

Hi,

For people who do not closely follow the Emacs ecosystem, the NonGNU
Elpa archive is an official archive maintained by GNU Emacs folks.
See the announce:

<https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00152.html>

On Tue, 31 Aug 2021 at 20:19, Xinglu Chen <public@yoctocell.xyz> wrote:
>
> * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
> * doc/guix.texi (Invoking guix import): Document it.

LGTM.

All the best,
simon




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

* bug#50304: [PATCH] import: elpa: Support NonGNU ELPA.
  2021-08-31 18:17 [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA Xinglu Chen
  2021-09-02 10:57 ` zimoun
@ 2021-09-07 13:53 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2021-09-07 13:53 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50304-done

Hi,

Xinglu Chen <public@yoctocell.xyz> skribis:

> * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL.
> * doc/guix.texi (Invoking guix import): Document it.

Applied!

zimoun <zimon.toutoune@gmail.com> skribis:

> For people who do not closely follow the Emacs ecosystem, the NonGNU
> Elpa archive is an official archive maintained by GNU Emacs folks.
> See the announce:
>
> <https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00152.html>

Sounds like an improvement.

Thanks!

Ludo’.




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

end of thread, other threads:[~2021-09-07 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 18:17 [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA Xinglu Chen
2021-09-02 10:57 ` zimoun
2021-09-07 13:53 ` bug#50304: " Ludovic Courtès

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