mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
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:
parent
d172b50eee
commit
54372168d4
1 changed files with 7 additions and 2 deletions
|
@ -2154,12 +2154,17 @@ built on the Actix ecosystem.")
|
||||||
(base32 "16zirxhsk26kz5jxxxs37wxsm02id97h57kkqs512fj1j0x486kd"))))
|
(base32 "16zirxhsk26kz5jxxxs37wxsm02id97h57kkqs512fj1j0x486kd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
;; not all files included
|
||||||
|
"--skip=client"
|
||||||
|
"--skip=server")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-hyper" ,rust-hyper-0.10)
|
(("rust-hyper" ,rust-hyper-0.10)
|
||||||
("rust-rustls" ,rust-rustls-0.14)
|
("rust-rustls" ,rust-rustls-0.14)
|
||||||
("rust-webpki" ,rust-webpki-0.18)
|
("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")
|
(home-page "https://github.com/SergioBenitez/hyper-sync-rustls")
|
||||||
(synopsis "Glue code for Rustls and synchronous Hyper")
|
(synopsis "Glue code for Rustls and synchronous Hyper")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue