From: Xinglu Chen <public@yoctocell.xyz>
To: 50304@debbugs.gnu.org
Subject: [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA.
Date: Tue, 31 Aug 2021 20:17:52 +0200 [thread overview]
Message-ID: <eb4d7430df3972f95d7700f8d21ef025cea4789f.1630433740.git.public@yoctocell.xyz> (raw)
* 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
next reply other threads:[~2021-08-31 18:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 18:17 Xinglu Chen [this message]
2021-09-02 10:57 ` [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA zimoun
2021-09-07 13:53 ` bug#50304: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eb4d7430df3972f95d7700f8d21ef025cea4789f.1630433740.git.public@yoctocell.xyz \
--to=public@yoctocell.xyz \
--cc=50304@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).