1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: emacs-url-scgi: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-url-scgi)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 13:03:59 +01:00
parent c98fde91e6
commit 2d0e29ee97
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -20645,6 +20645,7 @@ automatically discovered and presented in recency order.")
(base32
"0mfbqr03302gk38aamlg1lgdznd6y3blcc3zizfb72ppb87j78mc"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test")))
(home-page "https://github.com/skangas/url-scgi/")
(synopsis "SCGI support for url.el")
(description