diff options
| author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2025-03-02 17:15:17 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-06-15 16:56:53 +0200 |
| commit | 0b4c6510d1f5b36717427ef9f8d44ca52b5f6c19 (patch) | |
| tree | 42063a7832035d478f1fdda5af6ba87f612fd80d /gnu | |
| parent | e5b1ec68eb483c32f69f9de530b6064215a63d64 (diff) | |
gnu: emacs-gerbil-mode: Use '#:lisp-directory'.
* gnu/packages/scheme.scm (emacs-gerbil-mode): Use '#:lisp-directory'.
Change-Id: If6d2721b6a0124fa65e4f6eb59489c18d3f6fbf8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/scheme.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 9248df43277..78d596ebc7b 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1346,10 +1346,7 @@ time compilation and compiled macros.") (version "1.0") (build-system emacs-build-system) (arguments - (list #:phases #~(modify-phases %standard-phases - (add-before 'install 'change-directory - (lambda _ - (chdir "etc")))))) + (list #:lisp-directory "etc")) (synopsis "Emacs major-mode for editing Gerbil code") (description "Gerbil mode provides font-lock, indentation, navigation, and REPL for |
