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

commit dd7734642bf734a3ebf980d27b64fe5ac62332ee
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sun Mar 9 18:31:20 2025 +0100

    gnu: emacs-exec-path-from-shell: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell)[arguments]:
    Add #:tests? #f.
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e2d4064675..46155cbece 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24573,6 +24573,7 @@ functionality is inherited from @code{hcl-mode}.")
         (base32
          "15cjwvfv5xdhbym4ms71zdkng4381d3hsdk3kvvx2kycxff52rih"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f))      ; no tests
     (home-page "https://github.com/purcell/exec-path-from-shell";)
     (synopsis "Get environment variables such as @env{PATH} from the shell")
     (description

Reply via email to