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:
parent
35172734c6
commit
72f56779fc
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue