1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-git-gutter-fringe: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[arguments]:
Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 07:59:44 +01:00
parent 10a3e44b31
commit 450c3037ad
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -7906,6 +7906,7 @@ display and behaviour is easily customisable.")
(sha256
(base32 "13bqq5r8ys2mmw1ffsm6hn6fji0vq3nx3slw98c9dgbvlprkaiip"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-git-gutter emacs-fringe-helper))
(home-page "https://github.com/emacsorphanage/git-gutter-fringe")