guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit 7ab36a5e04869afde500c7bf83f81eed74afcd2e
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:58 2025 +0100
gnu: emacs-binder: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-binder)[arguments]: Add #:tests? #f.
---
gnu/packages/emacs-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ea7ff25f5d..95ed9d5638 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41632,6 +41632,7 @@ and allows for an arbitrary number of leader keys.")
(sha256
"1fdgl31zc15cysv1yys95j0106i2fwfxb3qcwwh7f3mcz2snr2md")))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no actual tests
(home-page "https://codeberg.org/divyaranjan/binder")
(synopsis
"Binder is a global minor mode to facilitate working on multiple files")