gnu: rust-serde-bencode-0.2: Don't skip the build.

* gnu/packages/crates-io.scm (rust-serde-bencode-0.2)[arguments]: Don't
skip the build.
[cargo-development-inputs]: Add rust-serde-derive-1, rust-serde-test-1.

Change-Id: I06cc37743677c2dfa5e208685c368c1643a82010
This commit is contained in:
Efraim Flashner 2024-12-25 19:50:14 +02:00
parent 4d48f43627
commit a8a8d11150
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75803,13 +75803,15 @@ (define-public rust-serde-bencode-0.2
(base32 "0gj17p1w5hyi69fngv55dai4nb4fmdij76gqwyb9if9qfixzq3d7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-serde" ,rust-serde-1)
("rust-serde-bytes" ,rust-serde-bytes-0.11))))
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
("rust-serde-bytes" ,rust-serde-bytes-0.11))
#:cargo-development-inputs (("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-test" ,rust-serde-test-1))))
(home-page "https://github.com/toby/serde-bencode")
(synopsis "Serde backed Bencode encoding/decoding library for Rust.")
(description
"This package provides a Serde backed Bencode encoding/decoding library for Rust.")
"This package provides a Serde backed Bencode encoding/decoding library
for Rust.")
(license license:expat)))
(define-public rust-serde-big-array-0.5