mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: emacs-transient: All phases return #t.
* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the build-info-manual phase.
This commit is contained in:
parent
b23c1f50a5
commit
f8f29ded12
1 changed files with 2 additions and 1 deletions
|
@ -19960,7 +19960,8 @@ (define-public emacs-transient
|
|||
(invoke "make" "info")
|
||||
;; Move the info file to lisp so that it gets installed by the
|
||||
;; emacs-build-system.
|
||||
(rename-file "docs/transient.info" "lisp/transient.info")))
|
||||
(rename-file "docs/transient.info" "lisp/transient.info")
|
||||
#t))
|
||||
(add-after 'build-info-manual 'enter-lisp-directory
|
||||
(lambda _
|
||||
(chdir "lisp")
|
||||
|
|
Loading…
Reference in a new issue