mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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 <liliana.prikler@gmail.com>
This commit is contained in:
parent
cab30e24eb
commit
f587ad6ad6
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue