mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add rust-standback-0.2.
* gnu/packages/crates-io.scm (rust-standback-0.2): New variable.
This commit is contained in:
parent
e05c2c671e
commit
206ff7371d
1 changed files with 21 additions and 0 deletions
|
@ -24076,6 +24076,27 @@ (define-public rust-stackvector-1.0
|
|||
"StackVec: vector-like facade for stack-allocated arrays.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-standback-0.2
|
||||
(package
|
||||
(name "rust-standback")
|
||||
(version "0.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "standback" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rnqv9dbq9c4nz7097v0f1d04fjwwsvvyy8rmz8lg1szxahix9rk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-version-check" ,rust-version-check-0.9))))
|
||||
(home-page "https://github.com/jhpratt/standback")
|
||||
(synopsis "New standard library, old compiler")
|
||||
(description "New standard library, old compiler.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-static-assertions-1
|
||||
(package
|
||||
(name "rust-static-assertions")
|
||||
|
|
Loading…
Reference in a new issue