GNU bug report logs -
#55126
[PATCH] https://github.com/org-roam/org-roam-ui/issues/191
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 26 Apr 2022 13:14:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
ngraves/packages/emacs.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/ngraves/packages/emacs.scm b/ngraves/packages/emacs.scm
index 1897262..ee2cfa5 100644
--- a/ngraves/packages/emacs.scm
+++ b/ngraves/packages/emacs.scm
@@ -31,7 +31,9 @@
(base32
"0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
(build-system emacs-build-system)
- (arguments `(#:emacs ,emacs-pgtk-native-comp))
+ (arguments
+ `(#:include (cons "^out" %default-include)
+ #:emacs ,emacs-pgtk-native-comp))
(propagated-inputs
(list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
(home-page "https://github.com/org-roam/org-roam-ui")
@@ -40,7 +42,7 @@
with your @code{org-roam} notes. It is meant a successor of
@code{org-roam-server} that extends functionality of org-roam with a Web app
that runs side-by-side with Emacs.")
- (license license:gpl3))))
+ (license license:gpl3+))))
(define-public emacs-evil-nativecomp
(package
--
2.35.1
This bug report was last modified 2 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.