mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-erlang: Use '#:lisp-directory'.
* gnu/packages/erlang.scm (emacs-erlang): Use '#:lisp-directory'. Change-Id: I8740df89586a8718c003e409b0db6cc5c60d99a2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a4e53b73e8
commit
68e5089be1
1 changed files with 1 additions and 4 deletions
|
@ -204,10 +204,7 @@ built-in support for concurrency, distribution and fault tolerance.")
|
|||
(source (package-source erlang))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'expand-load-path 'change-working-directory
|
||||
(lambda _ (chdir "lib/tools/emacs") #t)))))
|
||||
(list #:lisp-directory "lib/tools/emacs"))
|
||||
(home-page "https://www.erlang.org/")
|
||||
(synopsis "Erlang major mode for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue