From cf58ea25623a9252e15d9545eeb9bd5be5fdedc4 Mon Sep 17 00:00:00 2001 From: Valentin Ignatev Date: Sat, 18 Jan 2020 23:05:02 +0300 Subject: [PATCH 080/275] gnu: rust-foreign-types-0.3: Inherit from rust-foreign-types-0.5. * gnu/packages/crates-io.scm (rust-foreign-types-0.3): Inherit from rust-foreign-types-0.5. --- gnu/packages/crates-io.scm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 563dba307a..d7f8474b7e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3847,6 +3847,7 @@ implementation that is more efficient for smaller hash keys.") (define-public rust-foreign-types-0.3 (package + (inherit rust-foreign-types-0.5) (name "rust-foreign-types") (version "0.3.2") (source @@ -3858,18 +3859,11 @@ implementation that is more efficient for smaller hash keys.") (sha256 (base32 "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn")))) - (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1) - ("rust-foreign-types-shared" ,rust-foreign-types-shared-0.1)))) - (home-page "https://github.com/sfackler/foreign-types") - (synopsis "Framework for Rust wrappers over C APIs") - (description - "This package provides a framework for Rust wrappers over C -APIs.") - (license (list license:expat license:asl2.0)))) + ("rust-foreign-types-shared" ,rust-foreign-types-shared-0.1)))))) (define-public rust-foreign-types-macros-0.2 (package -- 2.25.0