mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-std-prelude-0.2.
* gnu/packages/crates-io.scm (rust-std-prelude-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
421b94ecc4
commit
5c2db516f9
1 changed files with 22 additions and 0 deletions
|
@ -24941,6 +24941,28 @@ (define-public rust-stb-truetype-0.3
|
|||
in @code{stb_truetype.h} from C to Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-std-prelude-0.2
|
||||
(package
|
||||
(name "rust-std-prelude")
|
||||
(version "0.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "std_prelude" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ghcwnhnqn3rphyhlknmxpj5clzqva46z1vh25k5bpzzan2ff1w2"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/vitiral/std_prelude")
|
||||
(synopsis
|
||||
"Prelude that the rust stdlib should have always had")
|
||||
(description
|
||||
"A package that simply uses all of the items often included in a Rust
|
||||
codebase.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-stdweb-0.4
|
||||
(package
|
||||
(name "rust-stdweb")
|
||||
|
|
Loading…
Reference in a new issue