lilyp pushed a commit to branch emacs-team
in repository guix.

commit ff0c13ef4d500cbe2ad72e133286f6830ee21723
Author: Morgan Smith <[email protected]>
AuthorDate: Sun Mar 2 17:15:13 2025 -0500

    gnu: emacs-stumpwm-mode: Use '#:lisp-directory'.
    
    * gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Use
    '#:lisp-directory'.
    
    Change-Id: Id13b77f343b2edde7ca8a730e970273e80f58a1a
    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 d903250914..765edd7b02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28937,12 +28937,7 @@ bookmarks and history.")
                   "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (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 "util/swm-emacs"))))))
+       (list #:lisp-directory "util/swm-emacs"))
       (home-page "https://github.com/stumpwm/stumpwm-contrib";)
       (synopsis "Emacs minor-mode for Stumpwm")
       (description "Emacs minor-mode for Stumpwm")

Reply via email to