guix_mirror_bot pushed a commit to branch emacs-team in repository guix. commit 4f2772d06c13bf32f3bd4f464c16b85853ef5664 Author: Nicolas Graves <ngra...@ngraves.fr> 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 <i...@retrospec.tv> --- 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 bfbd945ffa..83a319442b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18611,16 +18611,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\\)")