mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
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:
parent
4ca8bed46a
commit
05db7028ab
1 changed files with 27 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue