mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 17:20:32 +02: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:
@@ -21759,7 +21759,7 @@ stored playlists.")
|
||||
(guix build cmake-build-system))
|
||||
#: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)
|
||||
(chmod "vterm.el" #o644)
|
||||
(emacs-substitute-sexps "vterm.el"
|
||||
|
||||
Reference in New Issue
Block a user