mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-xml-rpc: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-xml-rpc)[arguments]: Add #:test-command.
This commit is contained in:
parent
3e9d8bdd7c
commit
b673128d30
1 changed files with 1 additions and 0 deletions
|
@ -30344,6 +30344,7 @@ server using XML-RPC.")
|
|||
(sha256
|
||||
(base32 "07vgwnk96i1vpsv2glg6kbkamjcs72xiznsa6xk7nl0nranzr3hd"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/hexmode/xml-rpc-el")
|
||||
(synopsis "XML-RPC client for Emacs")
|
||||
(description "This package provides an XML-RPC client for Emacs capable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue