mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: Add rust-macro-rules-attribute-0.2.
* gnu/packages/crates-io.scm (rust-macro-rules-attribute-0.2): New variable. Change-Id: I5fed17d1c87e30b39c6c51a7e893653b9981ded3
This commit is contained in:
committed by
Hilton Chain
parent
31cd57fbc1
commit
89811e6fc8
@@ -42714,6 +42714,33 @@ lexer.")
|
||||
(description "This package provides MAC address types.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-macro-rules-attribute-0.2
|
||||
(package
|
||||
(name "rust-macro-rules-attribute")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "macro_rules_attribute" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04waa4qm28adwnxsxhx9135ki68mwkikr6m5pi5xhcy0gcgjg0la"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-macro-rules-attribute-proc-macro"
|
||||
,rust-macro-rules-attribute-proc-macro-0.2)
|
||||
("rust-paste" ,rust-paste-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://crates.io/crates/macro_rules_attribute")
|
||||
(synopsis "Use declarative macros in attribute or derive position")
|
||||
(description
|
||||
"This package provides declarative macros in attribute or derive position.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-macro-rules-attribute-proc-macro-0.2
|
||||
(package
|
||||
(name "rust-macro-rules-attribute-proc-macro")
|
||||
|
||||
Reference in New Issue
Block a user