mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Add rust-const-format-proc-macros-0.2.
* gnu/packages/crates-io.scm (rust-const-format-proc-macros-0.2): New variable. Change-Id: I1edea4c1230baa39c466afb1c4c95ab9350fdd03
This commit is contained in:
parent
0a67e73bf5
commit
85f40028bd
1 changed files with 23 additions and 0 deletions
|
@ -11698,6 +11698,29 @@ literals.")
|
||||||
(description "Assertions for const functions.")
|
(description "Assertions for const functions.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-const-format-proc-macros-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-const-format-proc-macros")
|
||||||
|
(version "0.2.32")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "const_format_proc_macros" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0015dzbjbd773nn6096dwqv11fm8m3gy4a4a56cz5x10zl4gzxn7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1)
|
||||||
|
("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||||
|
#:cargo-development-inputs (("rust-fastrand" ,rust-fastrand-1))))
|
||||||
|
(home-page "https://github.com/rodrimati1992/const_format_crates/")
|
||||||
|
(synopsis "Implementation detail of the @code{const_format} crate")
|
||||||
|
(description "Implementation detail of the @code{const_format} crate.")
|
||||||
|
(license license:zlib)))
|
||||||
|
|
||||||
;; This package requires features which are unavailable
|
;; This package requires features which are unavailable
|
||||||
;; on the stable releases of Rust.
|
;; on the stable releases of Rust.
|
||||||
(define-public rust-compiler-builtins-0.1
|
(define-public rust-compiler-builtins-0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue