lilyp pushed a commit to branch emacs-team
in repository guix.
commit 6ce26fda43fa9379b6a2836665e1a7c8c39c2e76
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 8799827d45..1fafeaaee6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34839,10 +34839,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"