gnu: emacs-xml-rpc: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-xml-rpc)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 10:24:49 +02:00
parent 3e9d8bdd7c
commit b673128d30
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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