guix_mirror_bot pushed a commit to branch emacs-team in repository guix. commit 9d02a1cadc3e7a4b66c00d6122021e1710ac4444 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 a2be2fa6a4..73effbf7fe 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25418,6 +25418,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