mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-puni: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-puni)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
5725b7916d
commit
ea29b133a8
1 changed files with 1 additions and 0 deletions
|
@ -1498,6 +1498,7 @@ when typing parentheses directly or commenting out code line by line.")
|
|||
(base32
|
||||
"0kvxll2yx4lh5x04cigdizncp2kbva1iidz9fjnbi8qqfm6pq5qq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no actual tests
|
||||
(propagated-inputs (list emacs-with-editor))
|
||||
(home-page "https://github.com/AmaiKinono/puni")
|
||||
(synopsis "Emacs minor mode for structured editing")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue