mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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:
parent
1c80016a6b
commit
9adc8a79fa
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue