unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47984] [PATCH] gnu: emacs-org-roam: Add info page.
@ 2021-04-23 22:09 Alexandr Vityazev
  2021-10-24 11:41 ` Morgan Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-04-23 22:09 UTC (permalink / raw)
  To: 47984

[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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#47984] [PATCH] gnu: emacs-org-roam: Add info page.
  2021-04-23 22:09 [bug#47984] [PATCH] gnu: emacs-org-roam: Add info page Alexandr Vityazev
@ 2021-10-24 11:41 ` Morgan Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Morgan Smith @ 2021-10-24 11:41 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 47984

Thank you for submitting this patch!

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-24 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 22:09 [bug#47984] [PATCH] gnu: emacs-org-roam: Add info page Alexandr Vityazev
2021-10-24 11:41 ` Morgan Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).