lilyp pushed a commit to branch emacs-team
in repository guix.
commit af921ddec2b57e0003077509924a012dccf926eb
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Apr 13 20:44:08 2025 +0200
gnu: emacs-transient-posframe: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-transient-posframe)[arguments]:
Add #:tests? #f.
Change-Id: I479354b464bc1ff9c5ea04d7544c80ec6feb730b
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
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 ef8ecdbc54..c7ae1a4edf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43690,6 +43690,7 @@ a vertical completion UI.")
(base32
"1aq1vbkww55xplyaa3xagz9z4kdlsxk13x054asnk0dqps4bcgbf"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; there are no tests
(propagated-inputs (list emacs-posframe emacs-transient))
(home-page "https://github.com/yanghaoxie/transient-posframe")
(synopsis "Pop up a posframe (a child frame) to show Transients")