guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 94abb841da56cc27b3cba59ac4d8eaf9f8bc1939
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun May 18 10:16:13 2025 +0200

    gnu: emacs-sly-stepper: Improve style.
    
    * gnu/packages/emacs-xyz.scm (emacs-sly-stepper):
      [arguments]<phases>: Improve style.
    
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de2bf05ade..cc7ca21c16 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18637,16 +18637,14 @@ inside the source file.")
                  (setenv "EMACSLOADPATH"
                          (string-append (string-join contrib ":")
                                         ":"
-                                        (getenv "EMACSLOADPATH")))
-                 #t)))
+                                        (getenv "EMACSLOADPATH"))))))
            (add-after 'install 'find-agnostic-lizard
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
                       (file (string-append (elpa-directory out)
                                            "/slynk-stepper.lisp"))
-                      (asd (string-append
-                            (assoc-ref inputs "cl-agnostic-lizard")
-                            "/share/common-lisp/systems/agnostic-lizard.asd")))
+                      (asd (search-input-file inputs "\
+share/common-lisp/systems/agnostic-lizard.asd")))
                  ;; agnostic-lizard is found at runtime.
                  (substitute* file
                    (("\\(require :asdf\\)")

Reply via email to