lilyp pushed a commit to branch emacs-team
in repository guix.

commit a4a956063d323ee18670bc18fcb7dc7985e39d4a
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 2ce1619bfb..b16a3ed742 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -532,12 +532,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

Reply via email to