gnu: emacs-git-gutter: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-git-gutter)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:56 +01:00
parent 0fd615c88e
commit e35f61f87c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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