mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-unreachable-0.1.
* gnu/packages/crates-io.scm (rust-unreachable-0.1): New variable.
This commit is contained in:
parent
04c23574d8
commit
9c5b20359f
1 changed files with 15 additions and 0 deletions
|
@ -76815,6 +76815,21 @@ (define-public rust-unreachable-1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-unreachable-0.1
|
||||
(package
|
||||
(inherit rust-unreachable-1)
|
||||
(name "rust-unreachable")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unreachable" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14gzpm329nrfgjvxf6zh77sp7plxakcnsq8p8xk9474fn7fyaahz"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-void" ,rust-void-1))))))
|
||||
|
||||
(define-public rust-unsafe-any-0.4
|
||||
(package
|
||||
(name "rust-unsafe-any")
|
||||
|
|
Loading…
Reference in a new issue