GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


Message #272 received at 78315 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v3 14/53] gnu: emacs-sly-stepper: Improve style.
Date: Sun, 18 May 2025 10:16:13 +0200
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper):
  [arguments]<phases>: Improve style.
---
 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 f0489ad57d..09147a40c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18413,16 +18413,14 @@ (define-public emacs-sly-stepper
                  (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\\)")
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.