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

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

    gnu: emacs-flymake-collection: Use '#:lisp-directory'.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-collection): Use
    '#:lisp-directory'.
    
    Change-Id: I4a7355cf663ac4f43438d877ff3417e243ff621a
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d7ad5ea0e1..5792a565e5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3255,12 +3255,10 @@ FictionBook2 (@file{.fb2} and @file{.fb2.zip} files) 
ebooks.")
     (build-system emacs-build-system)
     (arguments
      (list
+      #:lisp-directory "src"
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'chdir
-            (lambda _
-              (chdir "src")))
-          (add-after 'chdir 'move-checkers
+          (add-after 'unpack 'move-checkers
             (lambda _
               ;; Move checkers to the top level, which is in the
               ;; EMACSLOADPATH.

Reply via email to