gnu: rust-hyper-sync-rustls-0.3: Don't skip build.

* gnu/packages/crates-web.scm (rust-hyper-sync-rustls-0.3)[arguments]:
Don't skip the build.  Add cargo-test-flags.
[cargo-development-inputs]: Add rust-env-logger-0.5.

Change-Id: I04737cf24abae67e65cb4fc4e091386816fb646b
This commit is contained in:
Efraim Flashner 2024-01-08 09:17:08 +02:00
parent d172b50eee
commit 54372168d4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2154,12 +2154,17 @@ built on the Actix ecosystem.")
(base32 "16zirxhsk26kz5jxxxs37wxsm02id97h57kkqs512fj1j0x486kd"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:cargo-test-flags
'("--release" "--"
;; not all files included
"--skip=client"
"--skip=server")
#:cargo-inputs
(("rust-hyper" ,rust-hyper-0.10)
("rust-rustls" ,rust-rustls-0.14)
("rust-webpki" ,rust-webpki-0.18)
("rust-webpki-roots" ,rust-webpki-roots-0.15))))
("rust-webpki-roots" ,rust-webpki-roots-0.15))
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5))))
(home-page "https://github.com/SergioBenitez/hyper-sync-rustls")
(synopsis "Glue code for Rustls and synchronous Hyper")
(description