mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-window-tool-bar: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-window-tool-bar)[arguments]: Add #:tests? #f. Change-Id: I142cb4af82c4e8de3fffe0e372b087999dc062b8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
495b2a70b9
commit
8b61489e93
1 changed files with 1 additions and 0 deletions
|
@ -44317,6 +44317,7 @@ a vertical completion UI.")
|
|||
(sha256
|
||||
(base32 "00kggfpfi1nj05mzy5zig0fs4as7qh99wqgvya3xj2kw8141cvd6"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;there are no tests
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "http://github.com/chaosemer/window-tool-bar")
|
||||
(synopsis "Add tool bars inside Emacs windows")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue