From unknown Thu Sep 11 02:24:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 31 Aug 2021 18:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50304 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50304@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16304338975866 (code B ref -1); Tue, 31 Aug 2021 18:19:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 Aug 2021 18:18:17 +0000 Received: from localhost ([127.0.0.1]:35361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8Kp-0001WT-H3 for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:18:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:35620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8Kk-0001WH-Ds for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:18:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35808) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8Kk-0000JM-6R for guix-patches@gnu.org; Tue, 31 Aug 2021 14:18:06 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56974 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8Ki-0001MA-4h for guix-patches@gnu.org; Tue, 31 Aug 2021 14:18:05 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1630433873; bh=mPwS5shdPFrG4lmrCN9teQ1fxgeLX79g6JqSV4oQgtM=; h=From:To:Subject:Date; b=W0+5L4lkLhWyEYFWkqJ2wA8G6WWSxYK8HRncgYo6xIo3XWQRvML54mNSgh0QDqYDG NmY+pk5rOv1dQ03kpzPPxSP85BfR2ajtqWxW+FFWReWLhGGWvhpYNsUouylrHo1osl YTHgr6V+dCLv9qrCgpXlE9///TCeZlTKeAblp4K4= Message-Id: Date: Tue, 31 Aug 2021 20:17:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.598, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * 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 ( [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * 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}). =20 +@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 =C2=A9 2018 Oleg Pykhalov ;;; Copyright =C2=A9 2020 Martin Becze ;;; Copyright =C2=A9 2020 Ricardo Wurmus +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; 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 --=20 2.33.0 From unknown Thu Sep 11 02:24:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50304] [PATCH] import: elpa: Support NonGNU ELPA. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 02 Sep 2021 10:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50304 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 50304@debbugs.gnu.org Received: via spool by 50304-submit@debbugs.gnu.org id=B50304.163058028719067 (code B ref 50304); Thu, 02 Sep 2021 10:59:02 +0000 Received: (at 50304) by debbugs.gnu.org; 2 Sep 2021 10:58:07 +0000 Received: from localhost ([127.0.0.1]:39912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLkQ1-0004xQ-Df for submit@debbugs.gnu.org; Thu, 02 Sep 2021 06:58:07 -0400 Received: from mail-qk1-f177.google.com ([209.85.222.177]:46662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLkPw-0004wq-W5 for 50304@debbugs.gnu.org; Thu, 02 Sep 2021 06:58:04 -0400 Received: by mail-qk1-f177.google.com with SMTP id m21so1458682qkm.13 for <50304@debbugs.gnu.org>; Thu, 02 Sep 2021 03:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tJFEjR0JErvo0jATE01IvLQYsbl6gsuToZll4VIA4E4=; b=d06or4qfOi+ZSCymXcZNqy6nyE1gZKsOyJP35gHmkPMJ4oe/B8E+kXZm6syIp4qiK7 pX9ht/CPsPlAFygdouEJxl+cIP/gJaXGfyRB5Sbzbsg3CBImVIwKmopE1/I6T5c/GPc0 n5V5k53VZTbtww2LDcTbC4Uqo/gl/s3MP6dGb9Rl7zN0moy258rY5/ab7MRY5cyXovuO bZxVFmFViCIMko9q7kx8lRbkgazzX1ijfNkkDbQZCTjc58UwuPOgv+6Xm0g0QSpf32Iy zRjgXTvnM1DObXEnFcfLhHYKIPQyUkVR0eDeaID3v4fUkBZR+WHGZtpmcZzd1QnhG9tU ChXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tJFEjR0JErvo0jATE01IvLQYsbl6gsuToZll4VIA4E4=; b=aRuorimtEDYMqT9QOeP/jGuWa028OND7I6zTwtUDmZKFAgSMrhwbPML0dMSqWHQAn3 5yFoPMRLvE1SOs/FuwSyHz5tr+eWyPM456JgUf6gqmu9irhDMW4EIccXxVc6XDSfEtrA apLrVUlzfwPmUXrKBfzW3v+OA5QRe2A//sRYU8nltNN82Ks/Nwb8nBMBnk6eRK3fYBma rfUPqP0Yn0OxGbd4FUixd1FwuW4I9fxIfICU8xAzoJ9btLWkwiBVCWr1xCLYgUyCFiGE s1eysm7PED9HGVRb25pbEfRZfu66/Cas0XdUPi0dYCVzWsx/rzOV8Eu9TJ0w/TvFeHDw KPmA== X-Gm-Message-State: AOAM532Vne9v/GSAXhgmMxH6nJw3AiqSl1h43hO+V+LbIp8AGmsyn8Na iYd8a4ABv8XWJWpMdRHqEQYkcML7S6u5VX9JXxg= X-Google-Smtp-Source: ABdhPJw9bsJ4B3bHWrM2wHgwzdyIxtkRH3gloxquXMyinisT7NN8rgkP3vWvhDOI5dxTz326XtOHFfAx2dSoRAlIz7w= X-Received: by 2002:a05:620a:1aa7:: with SMTP id bl39mr2616148qkb.304.1630580275371; Thu, 02 Sep 2021 03:57:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: zimoun Date: Thu, 2 Sep 2021 12:57:44 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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: Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.222.177 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.222.177 listed in wl.mailspike.net] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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: On Tue, 31 Aug 2021 at 20:19, Xinglu Chen wrote: > > * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL. > * doc/guix.texi (Invoking guix import): Document it. LGTM. All the best, simon From unknown Thu Sep 11 02:24:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#50304: closed (Re: bug#50304: [PATCH] import: elpa: Support NonGNU ELPA.) Message-ID: References: <874kaw5w6p.fsf@gnu.org> X-Gnu-PR-Message: they-closed 50304 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50304@debbugs.gnu.org Date: Tue, 07 Sep 2021 13:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1631022842-15152-1" This is a multi-part message in MIME format... ------------=_1631022842-15152-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50304: [PATCH] import: elpa: Support NonGNU ELPA. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50304@debbugs.gnu.org. --=20 50304: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50304 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1631022842-15152-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50304-done) by debbugs.gnu.org; 7 Sep 2021 13:53:28 +0000 Received: from localhost ([127.0.0.1]:55660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNbXT-0003vY-Ix for submit@debbugs.gnu.org; Tue, 07 Sep 2021 09:53:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNbXS-0003vH-0A for 50304-done@debbugs.gnu.org; Tue, 07 Sep 2021 09:53:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49866) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNbXM-0001gw-7d; Tue, 07 Sep 2021 09:53:20 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35360 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNbXL-0006Z5-VP; Tue, 07 Sep 2021 09:53:20 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#50304: [PATCH] import: elpa: Support NonGNU ELPA. References: Date: Tue, 07 Sep 2021 15:53:18 +0200 In-Reply-To: (Xinglu Chen's message of "Tue, 31 Aug 2021 20:17:52 +0200") Message-ID: <874kaw5w6p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 50304-done Cc: 50304-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Hi, Xinglu Chen skribis: > * guix/import/elpa.scm (elpa-url): Add NonGNU ELPA URL. > * doc/guix.texi (Invoking guix import): Document it. Applied! zimoun 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: > > Sounds like an improvement. Thanks! Ludo=E2=80=99. ------------=_1631022842-15152-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Aug 2021 18:18:17 +0000 Received: from localhost ([127.0.0.1]:35361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8Kp-0001WT-H3 for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:18:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:35620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8Kk-0001WH-Ds for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:18:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35808) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8Kk-0000JM-6R for guix-patches@gnu.org; Tue, 31 Aug 2021 14:18:06 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56974 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8Ki-0001MA-4h for guix-patches@gnu.org; Tue, 31 Aug 2021 14:18:05 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1630433873; bh=mPwS5shdPFrG4lmrCN9teQ1fxgeLX79g6JqSV4oQgtM=; h=From:To:Subject:Date; b=W0+5L4lkLhWyEYFWkqJ2wA8G6WWSxYK8HRncgYo6xIo3XWQRvML54mNSgh0QDqYDG NmY+pk5rOv1dQ03kpzPPxSP85BfR2ajtqWxW+FFWReWLhGGWvhpYNsUouylrHo1osl YTHgr6V+dCLv9qrCgpXlE9///TCeZlTKeAblp4K4= To: guix-patches@gnu.org Subject: [PATCH] import: elpa: Support NonGNU ELPA. Message-Id: Date: Tue, 31 Aug 2021 20:17:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.598, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * 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 ( [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * 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}). =20 +@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 =C2=A9 2018 Oleg Pykhalov ;;; Copyright =C2=A9 2020 Martin Becze ;;; Copyright =C2=A9 2020 Ricardo Wurmus +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; 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 --=20 2.33.0 ------------=_1631022842-15152-1--