gnu: emacs-git-modes: Skip tests.

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

View file

@ -1880,6 +1880,7 @@ size.")
(sha256
(base32 "0nvkpy3bv9816hvgm91fv9l8lla4xras4i05579bs7bc8fck1mr3"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/magit/git-modes")