mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public rust-foreign-types-0.5
|
|||
|
||||
(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 @@ (define-public rust-foreign-types-0.3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue