mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
079c2aaf49
commit
d2d0cb8c1e
1 changed files with 2 additions and 8 deletions
|
@ -4094,6 +4094,7 @@ implementation that is more efficient for smaller hash keys.")
|
||||||
|
|
||||||
(define-public rust-foreign-types-0.3
|
(define-public rust-foreign-types-0.3
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-foreign-types-0.5)
|
||||||
(name "rust-foreign-types")
|
(name "rust-foreign-types")
|
||||||
(version "0.3.2")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
|
@ -4105,18 +4106,11 @@ implementation that is more efficient for smaller hash keys.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn"))))
|
"1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1)
|
(("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1)
|
||||||
("rust-foreign-types-shared" ,rust-foreign-types-shared-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))))
|
|
||||||
|
|
||||||
(define-public rust-foreign-types-macros-0.2
|
(define-public rust-foreign-types-macros-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue