1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-piem: Build Info manual.

* gnu/packages/emacs-xyz (emacs-piem): Build Info manual.

Change-Id: Id3be957586e430f74330e35c6e39e08437668d0e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Liam Hupfer 2024-11-14 23:54:21 -06:00 committed by Liliana Marie Prikler
parent 35172734c6
commit 72f56779fc
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -147,6 +147,7 @@
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
;;;
;;; 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