guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1ac7e47e930c6a413ac4c1160488488c2431d76a
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 9277128c4e..ff15d5a6f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41658,6 +41658,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")