mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-vterm: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-vterm)[substitute-vterm-module-path]: Move after ‘unpack’.
This commit is contained in:
parent
8e8a3b0eef
commit
cd35b94e30
1 changed files with 1 additions and 1 deletions
|
@ -21759,7 +21759,7 @@ (define-public emacs-vterm
|
||||||
(guix build cmake-build-system))
|
(guix build cmake-build-system))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'add-source-to-load-path 'substitute-vterm-module-path
|
(add-after 'unpack 'substitute-vterm-module-path
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(chmod "vterm.el" #o644)
|
(chmod "vterm.el" #o644)
|
||||||
(emacs-substitute-sexps "vterm.el"
|
(emacs-substitute-sexps "vterm.el"
|
||||||
|
|
Loading…
Reference in a new issue