[PATCH] gnu: emacs-org-noter: add missing modules dir

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Ian Eure
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote on 30 Jan 15:17 +0100
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
7b5242cfbf41c53b8b10ace21bb995a339cd0418.1738246635.git.csantosb@inventati.org
Change-Id: Ibe1b2b0689e0f7f435bea0ee2605c5626d91a7a9
---
gnu/packages/emacs-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (17 lines)
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
I
I
Ian Eure wrote 39 hours ago
control message for bug #75947
(address . control@debbugs.gnu.org)
87ed07y9r5.fsf@retrospec.tv
close 75947
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75947@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75947
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch