gnu: rust-foreign-types-macros-0.1: Inherit from rust-foreign-types-macros-0.2.
* gnu/packages/crates-io.scm (rust-foreign-types-macros-0.1): Inherit from rust-foreign-types-macros-0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
93e0ae08a8
commit
d12bb31d9a
1 changed files with 2 additions and 7 deletions
|
@ -4121,6 +4121,7 @@ APIs.")
|
|||
|
||||
(define-public rust-foreign-types-macros-0.1
|
||||
(package
|
||||
(inherit rust-foreign-types-macros-0.2)
|
||||
(name "rust-foreign-types-macros")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
|
@ -4132,18 +4133,12 @@ APIs.")
|
|||
(sha256
|
||||
(base32
|
||||
"16yjigjcsklcwy2ad32l24k1nwm9n3bsnyhxc3z9whjbsrj60qk6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-syn" ,rust-syn-0.15))))
|
||||
(home-page "https://github.com/sfackler/foreign-types")
|
||||
(synopsis "Internal crate used by foreign-types")
|
||||
(description
|
||||
"An internal crate used by foreign-types.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-syn" ,rust-syn-0.15))))))
|
||||
|
||||
(define-public rust-foreign-types-shared-0.2
|
||||
(package
|
||||
|
|
Reference in a new issue