mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-scribble-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
dbe17e66ae
commit
d533f0034c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue