gnu: Add rust-wayrs-client-1.

* gnu/packages/crates-io.scm (rust-wayrs-client-1): Add variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-01-30 16:25:08 +01:00 committed by Efraim Flashner
parent c957d8407e
commit 66387199c0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4927,6 +4927,28 @@ (define-public rust-wayland-sys-0.21
(base32
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
(define-public rust-wayrs-client-1
(package
(name "rust-wayrs-client")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayrs-client" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18i19b7z4wp0mjwn256ps3pdfk47lx45h0cx8wkjlv7akkgzxnj7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.27)
("rust-thiserror" ,rust-thiserror-1)
("rust-tokio" ,rust-tokio-1)
("rust-wayrs-scanner" ,rust-wayrs-scanner-0.13))))
(home-page "https://github.com/MaxVerevkin/wayrs")
(synopsis "Wayland client library")
(description "This package provides a wayland client library.")
(license license:expat)))
(define-public rust-wayrs-proto-parser-2
(package
(name "rust-wayrs-proto-parser")