mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vcard-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-vcard-mode)[arguments]: Add #:tests? #f. Change-Id: I99b5d8b12943df50abfc8ce16ff9112c3ae2c580 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d4b0fd2b4d
commit
a828636518
1 changed files with 1 additions and 0 deletions
|
@ -44250,6 +44250,7 @@ across sessions.")
|
||||||
(base32
|
(base32
|
||||||
"0w44ax9dxkj8mh4np9mg3yp2yakjwrgy13izq53p0vimrhywza0w"))))
|
"0w44ax9dxkj8mh4np9mg3yp2yakjwrgy13izq53p0vimrhywza0w"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; there are no tests
|
||||||
(synopsis "Emacs major mode to edit vCard files")
|
(synopsis "Emacs major mode to edit vCard files")
|
||||||
(description "This package provides a major mode for editing vCard files
|
(description "This package provides a major mode for editing vCard files
|
||||||
in Emacs.")
|
in Emacs.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue