guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f587ad6ad61551f7c5f3b0e7de7344d91567c28d
Author: Morgan Smith <[email protected]>
AuthorDate: Sun Mar 2 17:15:14 2025 -0500
gnu: emacs-exwm-firefox: Use '#:lisp-directory'.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox): Use
'#:lisp-directory'.
Change-Id: I5d2e4739b8a8f51fcc8e3fc4ea6b4233635a5e57
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 116aa0e593..d5678af908 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35341,10 +35341,7 @@ keypresses mapped in firefox to the action described
in the function name.")
(build-system emacs-build-system)
(arguments
(list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'chdir
- (lambda _ (chdir "lisp"))))
+ #:lisp-directory "lisp"
#:test-command #~(list "emacs" "-Q" "--batch"
"-l" "../test/exwm-firefox--tests.el"
"-l" "exwm-firefox.el"