GNU bug report logs -
#76686
[PATCH emacs-team 00/45] Test emacs packages by default
Previous Next
Full log
Message #173 received at 76686 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-transient-posframe): Skip tests.
Change-Id: I479354b464bc1ff9c5ea04d7544c80ec6feb730b
---
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 ae45cd4f0b..10e2b02845 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43638,6 +43638,7 @@ (define-public emacs-transient-posframe
(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")
base-commit: 03edfea126a88110b520469e96eae73ce86d4b7d
--
2.49.0
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.