1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02: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:
Cayetano Santos 2025-04-12 17:52:42 +02:00 committed by Liliana Marie Prikler
parent 6b46f9a009
commit 1aff94a23f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -35104,10 +35104,11 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(modify-phases %standard-phases
(add-after 'unpack 'build-info-manual
(lambda _
(invoke "make" "info")
;; Move the info file to lisp so that it gets installed by the
;; emacs-build-system.
(rename-file "docs/forge.info" "lisp/forge.info"))))))
(with-directory-excursion ".."
(invoke "make" "info")
;; Move the info file to lisp so that it gets installed by the
;; emacs-build-system.
(rename-file "docs/forge.info" "lisp/forge.info")))))))
(native-inputs
(list texinfo))
(propagated-inputs