gnu: Add rust-calloop-wayland-source-0.2.

* gnu/packages/crates-io.scm (rust-calloop-wayland-source-0.2): New variable.

Change-Id: Ic78e3d61d3bbc8c78b8fba4111ddedd775efe6c8
This commit is contained in:
Efraim Flashner 2024-01-04 12:07:42 +02:00
parent 4ca8bed46a
commit 05db7028ab
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9698,6 +9698,33 @@ (define-public rust-calloop-0.4
#:cargo-development-inputs
(("rust-lazycell" ,rust-lazycell-1))))))
(define-public rust-calloop-wayland-source-0.2
(package
(name "rust-calloop-wayland-source")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "calloop-wayland-source" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00lgxlqnkd150ylfn3wi4464ibif1qwbp38shj1aszvc8ywsj3hg"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-calloop" ,rust-calloop-0.12)
("rust-log" ,rust-log-0.4)
("rust-rustix" ,rust-rustix-0.38)
("rust-wayland-backend" ,rust-wayland-backend-0.3)
("rust-wayland-client" ,rust-wayland-client-0.31))
#:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3)
("rust-wayland-protocols" ,rust-wayland-protocols-0.31))))
(home-page "https://github.com/smithay/calloop-wayland-source")
(synopsis "Wayland-rs client event source for callloop")
(description
"This package provides a wayland-rs client event source for callloop.")
(license license:expat)))
(define-public rust-camino-1
(package
(name "rust-camino")