mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-git-gutter: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
0fd615c88e
commit
e35f61f87c
1 changed files with 1 additions and 0 deletions
|
@ -7877,6 +7877,7 @@ representation.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qjp1gind95py0zfc3a32j7g6bmdh0pszpyiazqqzxm3rz82m7rn"))))
|
(base32 "0qjp1gind95py0zfc3a32j7g6bmdh0pszpyiazqqzxm3rz82m7rn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(home-page "https://github.com/syohex/emacs-git-gutter")
|
(home-page "https://github.com/syohex/emacs-git-gutter")
|
||||||
(synopsis "See and manage hunks of text in a version control system")
|
(synopsis "See and manage hunks of text in a version control system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue