mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-prodigy: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-prodigy): Skip tests. [arguments]<test-command>: Set it. <pĥases>: Add phases 'inject-makel to setup tests. <tests?>: Skip them, because of a missing input. [native-inputs]: Add emacs-ecukes, emacs-shut-up, makel. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
5958ff6a7b
commit
572e0dfa4e
1 changed files with 10 additions and 1 deletions
|
|
@ -35877,10 +35877,19 @@ screensaver activation in EXWM.")
|
|||
(base32
|
||||
"04xspdj67nas1ivv0ldlmmkr6v7zd7y3k346pnfgvq8wzqi6x4vz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; XXX: Missing coffescript requirement.
|
||||
#:test-command #~(list "make" "test-ert")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'inject-makel
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(symlink (search-input-file inputs "include/makel.mk")
|
||||
"makel.mk"))))))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-f emacs-s))
|
||||
(native-inputs
|
||||
(list emacs-el-mock emacs-ert-async))
|
||||
(list emacs-ecukes emacs-el-mock emacs-ert-async emacs-shut-up makel))
|
||||
(home-page "https://github.com/rejeep/prodigy.el")
|
||||
(synopsis "Manage external services from within Emacs")
|
||||
(description "This package provides a GUI for defining and monitoring services.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue