From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55595) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpmV1-00042m-Qr for guix-patches@gnu.org; Tue, 23 Jul 2019 00:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpmV0-0007Jh-RJ for guix-patches@gnu.org; Tue, 23 Jul 2019 00:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53282) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hpmV0-0007JN-La for guix-patches@gnu.org; Tue, 23 Jul 2019 00:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hpmV0-0007kY-Gr for guix-patches@gnu.org; Tue, 23 Jul 2019 00:34:02 -0400 Subject: [bug#36751] [PATCH] gnu: Add emacs-hyperbole. Resent-Message-ID: From: joseph@lafreniere.xyz (LaFreniere, Joseph) References: <875znv89iw.fsf@odyssey.lafreniere.xyz> Date: Mon, 22 Jul 2019 23:33:03 -0500 In-Reply-To: <875znv89iw.fsf@odyssey.lafreniere.xyz> (Joseph LaFreniere's message of "Sun, 21 Jul 2019 14:36:39 -0500") Message-ID: <87a7d55q0w.fsf@odyssey.lafreniere.xyz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 36751@debbugs.gnu.org --=-=-= Content-Type: text/plain Please find a fixup commit attached. The original patch omitted several sample files; whie those files are not necessary for the functioning of Hyperbole itself, they are referred to in its menu system and are valuable resources for new users. -- Joseph LaFreniere --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-fixup-gnu-Add-emacs-hyperbole.patch >From 4624f21921730162f64b3efd90969e64eb54a39a Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Mon, 22 Jul 2019 23:18:48 -0500 Subject: [PATCH] fixup! gnu: Add emacs-hyperbole. --- gnu/packages/emacs-xyz.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7760b889aa..df01e1d931 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -201,7 +201,12 @@ metadata.") "emacs-hyperbole-toggle-messaging.patch")))) (build-system emacs-build-system) (arguments - `(#:include '("\\.el$" "\\.info$") + `(#:include '("DEMO" + "DEMO-ROLO.otl" + "HY-ABOUT" + "\\.el$" + "\\.info$" + "\\.kotl$") #:phases (modify-phases %standard-phases (add-before 'install 'make-info -- 2.22.0 --=-=-=--