GNU bug report logs - #47984
[PATCH] gnu: emacs-org-roam: Add info page.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Fri, 23 Apr 2021 22:10:02 UTC

Severity: normal

Tags: patch

Done: Morgan Smith <morgan.j.smith <at> outlook.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47984 in the body.
You can then email your comments to 47984 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47984; Package guix-patches. (Fri, 23 Apr 2021 22:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 23 Apr 2021 22:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-org-roam: Add info page.
Date: Fri, 23 Apr 2021 22:09:38 +0000
[arguments]: Add phase make-info.
[native-inputs]: Add texinfo.
---
 gnu/packages/emacs-xyz.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5d1f587688..f8addc5d8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26880,6 +26880,16 @@ snippets for Emacs.")
          (sha256
           (base32 "162qhb6rkpl1n0l8yhnwgagsx56ykaj9lchsny1id5z1257kgw9w"))))
       (build-system emacs-build-system)
+      (arguments
+       `(#:phases
+         (modify-phases %standard-phases
+           (add-before 'install 'make-info
+             (lambda _
+               (with-directory-excursion "doc"
+                 (invoke "makeinfo" "--no-split"
+                         "-o" "org-roam.info" "org-roam.texi")))))))
+      (native-inputs
+       `(("texinfo" ,texinfo)))
       (propagated-inputs
        `(("emacs-dash" ,emacs-dash)
          ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3)
-- 
2.31.1



-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#47984; Package guix-patches. (Sun, 24 Oct 2021 11:42:02 GMT) Full text and rfc822 format available.

Message #8 received at 47984 <at> debbugs.gnu.org (full text, mbox):

From: Morgan Smith <morgan.j.smith <at> outlook.com>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 47984 <at> debbugs.gnu.org
Subject: Re: bug#47984: [PATCH] gnu: emacs-org-roam: Add info page.
Date: Sun, 24 Oct 2021 07:41:44 -0400
Thank you for submitting this patch!

This seems to have been fixed as of commit
3f90245d91f07ab0c9672e7f38f08f31c107f0e4.




bug closed, send any further explanations to 47984 <at> debbugs.gnu.org and Alexandr Vityazev <avityazev <at> posteo.org> Request was from Morgan Smith <morgan.j.smith <at> outlook.com> to control <at> debbugs.gnu.org. (Sun, 24 Oct 2021 11:43:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 21 Nov 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.