lilyp pushed a commit to branch emacs-team
in repository guix.
commit 8dffaf91065b1109687530c6403575634a741e1f
Author: Morgan Smith <[email protected]>
AuthorDate: Sun Mar 2 17:15:13 2025 -0500
gnu: emacs-edit-server: Use '#:lisp-directory'.
* gnu/packages/emacs-xyz.scm (emacs-edit-server): Use
'#:lisp-directory'.
Change-Id: Id7538c97bb4f919f3f81c8e5f11f9356716607f7
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 33d9835171..93f47985c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26977,12 +26977,7 @@ mode.")
(base32 "0m7gj224sqxjjw5sxky92fnrxg9jy4nf33kwf0aqxnfhqlgh545k"))))
(build-system emacs-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'chdir-elisp
- ;; Elisp directory is not in root of the source.
- (lambda _
- (chdir "servers"))))))
+ (list #:lisp-directory "servers"))
(propagated-inputs (list emacs-ert-async))
(home-page "https://github.com/stsquad/emacs_chrome")
(synopsis "Server that responds to edit requests from Chromium")