emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#55126: closed ([PATCH] https://github.com/org-roam/org-roam-ui/issue


From: GNU bug Tracking System
Subject: bug#55126: closed ([PATCH] https://github.com/org-roam/org-roam-ui/issues/191)
Date: Sat, 03 Sep 2022 10:10:02 +0000

Your message dated Sat, 03 Sep 2022 12:09:47 +0200
with message-id <871qssvkes.fsf@ngraves.fr>
and subject line Closing 55126
has caused the debbugs.gnu.org bug report #55126,
regarding [PATCH] https://github.com/org-roam/org-roam-ui/issues/191
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55126: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55126
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Closing 55126 Date: Sat, 03 Sep 2022 12:09:47 +0200
The package includes minified javascript, it doesn't comply with guix
packaging guidelines, sorry!

-- 
Best regards,
Nicolas Graves


--- End Message ---

reply via email to

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