mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-concat-idents-1.
* gnu/packages/crates-io.scm (rust-concat-idents-1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
cbb48e9875
commit
4000e49892
1 changed files with 24 additions and 0 deletions
|
@ -10729,6 +10729,30 @@ (define-public rust-compiletest-rs-0.2
|
||||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||||
|
|
||||||
|
(define-public rust-concat-idents-1
|
||||||
|
(package
|
||||||
|
(name "rust-concat-idents")
|
||||||
|
(version "1.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "concat-idents" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0bqdl6vml2ksyz6hc4xlpw3iqaagxs7xn0xinwa51ms80a390vsb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
(home-page "https://github.com/DzenanJupic/concat-idents")
|
||||||
|
(synopsis "Concatenate multiple identifiers and use them everywhere")
|
||||||
|
(description
|
||||||
|
"This package allows concatenating multiple identifiers and using them
|
||||||
|
everywhere.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-concolor-control-0.0.7
|
(define-public rust-concolor-control-0.0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-concolor-control")
|
(name "rust-concolor-control")
|
||||||
|
|
Loading…
Reference in a new issue