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

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: bug#55126: closed (Closing 55126)
Date: Sat, 03 Sep 2022 10:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55126 <at> debbugs.gnu.org.

-- 
55126: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55126
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126-done <at> debbugs.gnu.org
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

[Message part 3 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
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




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.