gnu: emacs-scribble-mode: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-scribble-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 11:07:51 +02:00
parent dbe17e66ae
commit d533f0034c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2988,6 +2988,7 @@ until time is up.")
(base32
"1s5ccw1a5ack01wd94ywfcrar9j98agchwdh30q7iyxr0d2z4sii"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/emacs-pe/scribble-mode")
(synopsis "Emacs mode for editing the Scribble documentation syntax")
(description