mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-forge: Fix build info.
* gnu/packages/emacs-xyz.scm (emacs-forge): Fix build info. Change-Id: I018424fa48561ec5cd6280c378f1afab2cfbe2fd
This commit is contained in:
parent
6b46f9a009
commit
1aff94a23f
1 changed files with 5 additions and 4 deletions
|
@ -35104,10 +35104,11 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'build-info-manual
|
(add-after 'unpack 'build-info-manual
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(with-directory-excursion ".."
|
||||||
(invoke "make" "info")
|
(invoke "make" "info")
|
||||||
;; Move the info file to lisp so that it gets installed by the
|
;; Move the info file to lisp so that it gets installed by the
|
||||||
;; emacs-build-system.
|
;; emacs-build-system.
|
||||||
(rename-file "docs/forge.info" "lisp/forge.info"))))))
|
(rename-file "docs/forge.info" "lisp/forge.info")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue