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

commit 102ba3d77462903146b6b320e122fab701c4b843
Author: Liliana Marie Prikler <[email protected]>
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 58bfff4906..a5428fd66f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24541,6 +24541,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