1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: Add rust-wit-bindgen-rt@0.39.0.

* gnu/packages/crates-io.scm (rust-wit-bindgen-rt-0.39): New variable.

Change-Id: I239cb75efa828befea0d481558940deaf5660677
This commit is contained in:
Danny Milosavljevic 2025-05-20 00:27:14 +02:00
parent 4ecd0e4e72
commit 30df8e0cc6
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -94072,6 +94072,30 @@ result.")
(description "Detect when another Future wants a result.") (description "Detect when another Future wants a result.")
(license license:expat))) (license license:expat)))
(define-public rust-wit-bindgen-rt-0.39
(package
(name "rust-wit-bindgen-rt")
(version "0.39.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wit-bindgen-rt" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hd65pa5hp0nl664m94bg554h4zlhrzmkjsf6lsgsb7yc4734hkg"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
("rust-futures" ,rust-futures-0.3)
("rust-once-cell" ,rust-once-cell-1))))
(home-page "https://github.com/bytecodealliance/wit-bindgen")
(synopsis "Internal runtime support for the `wit-bindgen` crate.")
(description
"This package provides Internal runtime support for the `wit-bindgen` crate.")
(license (list license:asl2.0
license:expat))))
(define-public rust-wasi-0.14 (define-public rust-wasi-0.14
(package (package
(name "rust-wasi") (name "rust-wasi")