mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-libmpdel: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[arguments]: Run tests. [native-inputs]: Add EMACS-ERT-RUNNER.
This commit is contained in:
parent
b614a63bfd
commit
4940d7e289
1 changed files with 6 additions and 0 deletions
|
@ -25633,6 +25633,12 @@ (define-public emacs-libmpdel
|
|||
(base32
|
||||
"0fsg2si7afrnsz91i0ziza6nbc4ds9kpnr2z71wf6896zb1afhfx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
#:test-command #~(list "ert-runner")))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
(home-page "https://github.com/mpdel/libmpdel")
|
||||
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue