From 74b548cfb43108cf245627598e6677b695f1f25e Mon Sep 17 00:00:00 2001 From: Valentin Ignatev Date: Sun, 19 Jan 2020 22:18:01 +0300 Subject: [PATCH 132/275] 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. --- gnu/packages/crates-io.scm | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7c6b11af50..4ca65d1191 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -12889,6 +12889,7 @@ stack.") (define-public rust-smallvec-0.6 (package + (inherit rust-smallvec-1.0) (name "rust-smallvec") (version "0.6.10") (source @@ -12899,20 +12900,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 -- 2.25.0