mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add rust-abscissa-derive-0.5.
* gnu/packages/crates-io.scm (rust-abscissa-derive-0.5): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3e30306828
commit
e4344cc5bf
1 changed files with 29 additions and 0 deletions
|
@ -141,6 +141,35 @@ (define-public rust-abomonation-0.7
|
||||||
library in Rust.")
|
library in Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-abscissa-derive-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-abscissa-derive")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "abscissa_derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1k7cxjxgkvi91968xkrjcqpq98kabfh7qhnqh6fwnqw7qhmp5xbl"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-darling" ,rust-darling-0.10)
|
||||||
|
("rust-ident-case" ,rust-ident-case-1)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1)
|
||||||
|
("rust-synstructure" ,rust-synstructure-0.12))))
|
||||||
|
(home-page "https://github.com/iqlusioninc/abscissa")
|
||||||
|
(synopsis
|
||||||
|
"Custom derive support for the abscissa application microframework")
|
||||||
|
(description
|
||||||
|
"This package provides custom derive support for the abscissa application
|
||||||
|
microframework.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-actix-0.10
|
(define-public rust-actix-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-actix")
|
(name "rust-actix")
|
||||||
|
|
Loading…
Reference in a new issue