3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add rust-wayland-client-0.21.

* gnu/packages/crates-io.scm (rust-wayland-client-0.21): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-02-02 02:52:23 +03:00 committed by Efraim Flashner
parent 7592c7c3e4
commit 77f099aa5f
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19801,6 +19801,35 @@ protocol extensions. Look at the crate wayland-client for usable bindings.")
the wayland protocol, client side.")
(license license:expat)))
(define-public rust-wayland-client-0.21
(package
(inherit rust-wayland-client-0.23)
(name "rust-wayland-client")
(version "0.21.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-client" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"04r7dy074hhdalsi1day482wvmczr40hg7qvrnzkgxpakrgkx5j9"))))
(arguments
`(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
("rust-calloop" ,rust-calloop-0.4)
("rust-downcast-rs" ,rust-downcast-rs-1.1)
("rust-libc" ,rust-libc-0.2)
("rust-mio" ,rust-mio-0.6)
("rust-nix" ,rust-nix-0.14)
("rust-wayland-commons" ,rust-wayland-commons-0.21)
("rust-wayland-sys" ,rust-wayland-sys-0.21)
("rust-wayland-scanner" ,rust-wayland-scanner-0.21))
#:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3)
("rust-tempfile" ,rust-tempfile-3.1))))))
(define-public rust-wayland-commons-0.23
(package
(name "rust-wayland-commons")