me
/
guix
Archived
1
0
Fork 0

gnu: rust-http: Don't skip build.

We already use Rust 1.39.

* gnu/packages/crates-io.scm (rust-http-0.2, rust-http-0.1): Don't skip
  build.
  (rust-http-0.1)[cargo-development-inputs]: Use correct quickcheck version.
master
Jakub Kądziołka 2020-08-04 16:25:15 +02:00
parent 6f72a8b1c1
commit 4a6f2a3d0e
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 3 additions and 5 deletions

View File

@ -10808,8 +10808,7 @@ Hash-based Message Authentication Code}.")
(base32 "1y827q7j0gvs8z2x12biaik9db6nb902lpqv889cbcj84sbnkm98"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t ;; FIXME requires Rust >= 1.39 for building
#:cargo-inputs
`(#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.5)
("rust-fnv" ,rust-fnv-1)
("rust-itoa" ,rust-itoa-0.4))
@ -10841,14 +10840,13 @@ requests and responses.")
(base32
"06icxvrd26r6s7dzjavja7r47hgjb9851wblqh8frxnsy3q29lzf"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.4)
("rust-fnv" ,rust-fnv-1)
("rust-itoa" ,rust-itoa-0.4))
#:cargo-development-inputs
(("rust-indexmap" ,rust-indexmap-1)
("rust-quickcheck" ,rust-quickcheck-0.8)
("rust-quickcheck" ,rust-quickcheck-0.6)
("rust-rand" ,rust-rand-0.4)
("rust-seahash" ,rust-seahash-3.0)
("rust-serde" ,rust-serde-1)