guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4860c2db7acb983bc9d36897d514f63be016abbf
Author: Morgan Smith <[email protected]>
AuthorDate: Sun Mar 2 17:15:11 2025 -0500
gnu: emacs-cmake-mode: Use '#:lisp-directory'.
* gnu/packages/cmake.scm (emacs-cmake-mode): Use '#:lisp-directory'.
Change-Id: I09668b4377f524e16d9c3e2696893b3e775f634b
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/cmake.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index e2e8170232..c15cee49e6 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -557,12 +557,7 @@ or package manifest (Cargo.toml file).")
(outputs '("out"))
(build-system emacs-build-system)
(arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'chdir-elisp
- ;; Elisp directory is not in root of the source.
- (lambda _
- (chdir "Auxiliary"))))))
+ (list #:lisp-directory "Auxiliary"))
(synopsis "Emacs major mode for editing Cmake expressions")
(description "@code{cmakeos-mode} provides an Emacs major mode for editing
Cmake files. It supports syntax highlighting, indenting and refilling of