mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-build-const-0.2.
* gnu/packages/crates-io.scm (rust-build-const-0.2): New variable.
This commit is contained in:
parent
abf6e95662
commit
5457e76963
1 changed files with 19 additions and 0 deletions
|
@ -2186,6 +2186,25 @@ (define-public rust-bstr-0.1
|
|||
(base32
|
||||
"0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r"))))))
|
||||
|
||||
(define-public rust-build-const-0.2
|
||||
(package
|
||||
(name "rust-build-const")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "build_const" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0faz882spx9474cszay2djmb0lghbwq51qayabcar1s7g4r2l29r"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://crates.io/crates/build_const")
|
||||
(synopsis "Create importable constants from build.rs or a script")
|
||||
(description "This package provides a library for creating importable
|
||||
constants from build.rs or a script.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-bumpalo-3
|
||||
(package
|
||||
(name "rust-bumpalo")
|
||||
|
|
Loading…
Reference in a new issue