GNU bug report logs - #75947
[PATCH] gnu: emacs-org-noter: add missing modules dir

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 30 Jan 2025 14:19:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 75947 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75947; Package guix-patches. (Thu, 30 Jan 2025 14:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Jan 2025 14:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-org-noter: add missing modules dir
Date: Thu, 30 Jan 2025 15:17:15 +0100
Change-Id: Ibe1b2b0689e0f7f435bea0ee2605c5626d91a7a9
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 153785e017..6619c60ea0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35779,7 +35779,9 @@ (define-public emacs-org-noter
         (base32
          "14n9bq0vxz6gnd5d8nzfc327647iww7gxly43rd4lw7fza8dk380"))))
     (build-system emacs-build-system)
-    (arguments (list #:exclude #~(list "emacs-devel.el")))
+    (arguments (list
+                #:include #~(cons "^modules/" %default-include)
+                #:exclude #~(list "emacs-devel.el")))
     (native-inputs (list emacs-log4e emacs-with-simulated-input))
     (propagated-inputs (list emacs-org))
     (home-page "https://github.com/org-noter/org-noter")

base-commit: b85d20e853192a92093cd8d6a5756ec80e94c658
--
2.48.1





This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.