gnu: rust-smallvec-0.6: Inherit from rust-smallvec-1.0.

* gnu/packages/crates-io.scm (rust-smallvec-0.6):
Inherit from rust-smallvec-1.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-19 22:18:01 +03:00 committed by Efraim Flashner
parent 30ceaf3700
commit f628bf4952
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -13469,6 +13469,7 @@ stack.")
(define-public rust-smallvec-0.6
(package
(inherit rust-smallvec-1)
(name "rust-smallvec")
(version "0.6.10")
(source
@ -13479,20 +13480,7 @@ stack.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1dyl43rgzny79jjpgzi07y0ly2ggx1xwsn64csxj0j91bsf6lq5b"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1.0))
#:cargo-development-inputs
(("rust-bincode" ,rust-bincode-1.1))))
(home-page "https://github.com/servo/rust-smallvec")
(synopsis "Small vector optimization")
(description
"'Small vector' optimization: store up to a small number of items on the
stack.")
(license (list license:expat license:asl2.0))))
"1dyl43rgzny79jjpgzi07y0ly2ggx1xwsn64csxj0j91bsf6lq5b"))))))
(define-public rust-socket2-0.3
(package