diff options
author | Valentin Ignatev <valentignatev@gmail.com> | 2020-01-18 23:05:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-22 23:39:26 +0200 |
commit | d2d0cb8c1efa660b56bb69e056fcf11226ef5483 (patch) | |
tree | d6109f99e9a30234b284813a2723d64cfd52eb2a /gnu | |
parent | 079c2aaf491568c70c230469ee45d2ebecd7899d (diff) | |
download | patches-d2d0cb8c1efa660b56bb69e056fcf11226ef5483.tar patches-d2d0cb8c1efa660b56bb69e056fcf11226ef5483.tar.gz |
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.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7826c2e37b..23189d2397 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4094,6 +4094,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 @@ -4105,18 +4106,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 |