me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-unreachable-0.1.

* gnu/packages/crates-io.scm (rust-unreachable-0.1): New variable.
Efraim Flashner 2023-10-03 10:23:49 +03:00
parent 04c23574d8
commit 9c5b20359f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -76815,6 +76815,21 @@ clear display in the output.")
(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")