[bug#55126] https://github.com/org-roam/org-roam-ui/issues/191
Commit Message
---
ngraves/packages/emacs.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Comments
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.
Hi!
I've sent an updated patch, just a quick reminder ;)
Nicolas
Hi!
Sorry, quick reminder again, this patch will allow me to send another
one for Andrew Tropin's rde.
Thanks!
The package includes minified javascript, it doesn't comply with guix
packaging guidelines, sorry!
@@ -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