mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8b61489e93
commit
f1b7757a4e
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue