gnu: Add rust-build-const-0.2.

* gnu/packages/crates-io.scm (rust-build-const-0.2): New variable.
This commit is contained in:
Arun Isaac 2020-09-16 17:43:50 +05:30
parent abf6e95662
commit 5457e76963
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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")