mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add rust-time-macros-impl-0.1.
* gnu/packages/crates-io.scm (rust-time-macros-impl-0.1): New variable.
This commit is contained in:
parent
206ff7371d
commit
c8ec1b8789
1 changed files with 26 additions and 0 deletions
|
@ -26180,6 +26180,32 @@ (define-public rust-time-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-time-macros-impl-0.1
|
||||
(package
|
||||
(name "rust-time-macros-impl")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "time-macros-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ymqhvnvry3giiw45xvarlgagl8hnd6cz4alkz32fq5dvwgbxhz5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-standback" ,rust-standback-0.2)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/time-rs/time")
|
||||
(synopsis "Procedural macros for the time crate")
|
||||
(description "This package provides procedural macros for the time
|
||||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-tinytemplate-1
|
||||
(package
|
||||
(name "rust-tinytemplate")
|
||||
|
|
Loading…
Reference in a new issue