mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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 <liliana.prikler@gmail.com>
This commit is contained in:
parent
8f95bc1764
commit
4860c2db7a
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue