mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-forge: Fix build.
This is a follow up commit to e1d31e6457
.
* gnu/packages/emacs-xyz.scm (emacs-forge): Fix build.
This commit is contained in:
parent
e26867f74b
commit
b44357d02a
1 changed files with 1 additions and 3 deletions
|
@ -17821,9 +17821,7 @@ (define-public emacs-forge
|
|||
(lambda _
|
||||
(substitute* "./Makefile"
|
||||
(("lisp docs") "lisp"))))
|
||||
(add-after 'delete-doc-targets 'emacs-set-emacs-load-path
|
||||
(assoc-ref emacs:%standard-phases 'set-emacs-load-path))
|
||||
(add-after 'emacs-set-emacs-load-path 'chdir-lisp
|
||||
(add-after 'delete-doc-targets 'chdir-lisp
|
||||
(lambda _
|
||||
(chdir "lisp")))
|
||||
(add-after 'chdir-lisp 'emacs-install
|
||||
|
|
Loading…
Reference in a new issue