Archived
1
0
Fork 0

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:
Valentin Ignatev 2020-01-18 22:54:54 +03:00 committed by Efraim Flashner
parent 93e0ae08a8
commit d12bb31d9a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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