gnu: Add rust-const-panic-proc-macros-0.2.
* gnu/packages/crates-io.scm (rust-const-panic-proc-macros-0.2): New variable. Change-Id: I702f03026d6256a8454885bd5e16df55f075f7ddmaster
parent
df771ebcd5
commit
906ec982b8
|
@ -12938,6 +12938,28 @@ literals.")
|
|||
(description "Implementation detail of the @code{const_format} crate.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public rust-const-panic-proc-macros-0.2
|
||||
(package
|
||||
(name "rust-const-panic-proc-macros")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "const_panic_proc_macros" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1addx3a8vi02cdak3ygrqivv02jj73251h85x49aic78yznrhlrr"))))
|
||||
(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))))
|
||||
(home-page "https://github.com/rodrimati1992/const_panic/")
|
||||
(synopsis "Implementation detail of the `const_panic` crate")
|
||||
(description "Implementation detail of the `const_panic` crate.")
|
||||
(license license:zlib)))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
;; on the stable releases of Rust.
|
||||
(define-public rust-compiler-builtins-0.1
|
||||
|
|
Reference in New Issue