mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add rust-foreign-types-macros-0.2.
* gnu/packages/crates-io.scm (rust-foreign-types-macros-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
24719e8a0d
commit
93e0ae08a8
1 changed files with 25 additions and 0 deletions
|
@ -4094,6 +4094,31 @@ (define-public rust-foreign-types-0.3
|
||||||
APIs.")
|
APIs.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-foreign-types-macros-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-foreign-types-macros")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "foreign-types-macros" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0x71sdffjfb123l2jn5vhz0ni09b4rdq3h3gpczd1dj1g5qlr2yv"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||||
|
("rust-quote" ,rust-quote-1.0)
|
||||||
|
("rust-syn" ,rust-syn-1.0))))
|
||||||
|
(home-page "https://github.com/sfackler/foreign-types")
|
||||||
|
(synopsis "Internal crate used by foreign-types")
|
||||||
|
(description
|
||||||
|
"This package is an internal crate used by foreign-types.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-foreign-types-macros-0.1
|
(define-public rust-foreign-types-macros-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-foreign-types-macros")
|
(name "rust-foreign-types-macros")
|
||||||
|
|
Loading…
Reference in a new issue