lilyp pushed a commit to branch master
in repository guix.

commit 72f56779fc9ef6aed4d100685eaa5f4ee41cdba8
Author: Liam Hupfer <[email protected]>
AuthorDate: Thu Nov 14 23:54:21 2024 -0600

    gnu: emacs-piem: Build Info manual.
    
    * gnu/packages/emacs-xyz (emacs-piem): Build Info manual.
    
    Change-Id: Id3be957586e430f74330e35c6e39e08437668d0e
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6e8e9f5551..655d8a79a0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -147,6 +147,7 @@
 ;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2024 Spencer King <[email protected]>
 ;;; Copyright © 2024 emma thompson <[email protected]>
+;;; Copyright © 2024 Liam Hupfer <[email protected]>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -9806,7 +9807,13 @@ Tracker as well as bug identifiers prepared for 
@code{bug-reference-mode}.")
                  (lambda* (#:key inputs #:allow-other-keys)
                    (emacs-substitute-variables "piem-b4.el"
                      ("piem-b4-b4-executable"
-                      (search-input-file inputs "/bin/b4"))))))))
+                      (search-input-file inputs "/bin/b4")))))
+               (add-after 'install 'makeinfo
+                 (lambda _
+                   (invoke "makeinfo" "Documentation/piem.texi")
+                   (install-file "piem.info"
+                                 (string-append #$output "/share/info")))))))
+    (native-inputs (list texinfo))
     (inputs
      (list b4
            emacs-debbugs

Reply via email to