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

gnu: emacs-no-littering: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-no-littering)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 09:40:12 +01:00
parent 1c80016a6b
commit 9adc8a79fa
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -40110,6 +40110,7 @@ launching other commands/applications from within Emacs, similar to the
(sha256
(base32 "1qr0spndzv03h0lcs2bjajadp9rg7clm506bnwbcqwfqxz9cxnvx"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/emacscollective/no-littering")