From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej59F-0004yX-Bj for guix-patches@gnu.org; Tue, 06 Feb 2018 10:27:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej59C-0005VK-6H for guix-patches@gnu.org; Tue, 06 Feb 2018 10:27:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ej59C-0005VD-2H for guix-patches@gnu.org; Tue, 06 Feb 2018 10:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ej59B-0000gL-Pn for guix-patches@gnu.org; Tue, 06 Feb 2018 10:27:01 -0500 Subject: [bug#30328] [PATCH] gnu: Add emacs-browse-at-remote-gnu. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180202214457.14147-1-go.wigust@gmail.com> Date: Tue, 06 Feb 2018 16:26:36 +0100 In-Reply-To: <20180202214457.14147-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Sat, 3 Feb 2018 00:44:57 +0300") Message-ID: <87k1vq5ec3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 30328@debbugs.gnu.org Oleg Pykhalov skribis: > * gnu/packages/emacs.scm (emacs-browse-at-remote-gnu): New public variabl= e. > * gnu/packages/patches/emacs-browse-at-remote-gnu-add-support-for-gnu-rep= ositories.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add this. [...] > +(define-public emacs-browse-at-remote-gnu > + (package > + (inherit emacs-browse-at-remote) > + (name "emacs-browse-at-remote-gnu") > + (source > + (origin > + (inherit (package-source emacs-browse-at-remote)) > + (patches (search-patches "emacs-browse-at-remote-gnu\ > +-add-support-for-gnu-repositories.patch")))))) What about simply adding the patch to =E2=80=98emacs-browse-at-remote=E2=80= =99 if it=E2=80=99s committed upstream way? Also please make the .patch file name a bit shorter; see =E2=80=98guix lint= =E2=80=99. OK with these changes, thanks! Ludo=E2=80=99.