1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: emacs-exec-path-from-shell: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell)[arguments]:
Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-09 18:31:20 +01:00
parent 62fcd3fd04
commit 47f6acf580
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25444,6 +25444,7 @@ functionality is inherited from @code{hcl-mode}.")
(base32 (base32
"15cjwvfv5xdhbym4ms71zdkng4381d3hsdk3kvvx2kycxff52rih")))) "15cjwvfv5xdhbym4ms71zdkng4381d3hsdk3kvvx2kycxff52rih"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/purcell/exec-path-from-shell") (home-page "https://github.com/purcell/exec-path-from-shell")
(synopsis "Get environment variables such as @env{PATH} from the shell") (synopsis "Get environment variables such as @env{PATH} from the shell")
(description (description