guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55126] [PATCH] https://github.com/org-roam/org-roam-ui/issues/191


From: Nicolas Graves
Subject: [bug#55126] [PATCH] https://github.com/org-roam/org-roam-ui/issues/191
Date: Tue, 26 Apr 2022 15:12:46 +0200

---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]