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 <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-04-13 20:44:08 +02:00 committed by Liliana Marie Prikler
parent 8b61489e93
commit f1b7757a4e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -44296,6 +44296,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")