diff mbox series

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

Message ID 20220426131246.4899-1-ngraves@ngraves.fr
State Accepted
Headers show
Series [bug#55126] https://github.com/org-roam/org-roam-ui/issues/191 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Nicolas Graves April 26, 2022, 1:12 p.m. UTC
---
 ngraves/packages/emacs.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Nicolas Graves April 26, 2022, 3:42 p.m. UTC | #1
Sorry, I sent the bad patch, meant to add emacs-org-roam-ui
package. Will resend one here.

Nicolas

help-debbugs@gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 55126@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
Nicolas Graves July 25, 2022, 7:37 p.m. UTC | #2
Hi!

I've sent an updated patch, just a quick reminder ;)

Nicolas
Nicolas Graves Aug. 1, 2022, 11:12 a.m. UTC | #3
Hi!

Sorry, quick reminder again, this patch will allow me to send another
one for Andrew Tropin's rde. 

Thanks!
Nicolas Graves Sept. 3, 2022, 10:09 a.m. UTC | #4
The package includes minified javascript, it doesn't comply with guix
packaging guidelines, sorry!
diff mbox series

Patch

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