gnu: Add rust-wayland-backend-0.1.
* gnu/packages/crates-graphics.scm (rust-wayland-backend-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
db86f555c3
commit
9da883cedf
|
@ -2646,6 +2646,39 @@ applications.")
|
||||||
("rust-num-derive" ,rust-num-derive-0.2)
|
("rust-num-derive" ,rust-num-derive-0.2)
|
||||||
("rust-num-traits" ,rust-num-traits-0.2))))))
|
("rust-num-traits" ,rust-num-traits-0.2))))))
|
||||||
|
|
||||||
|
(define-public rust-wayland-backend-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-wayland-backend")
|
||||||
|
(version "0.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wayland-backend" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1n1yi6vna23wfkrpk1j46sx5qbsijh50viha4sra73by8lkqxd21"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Use of undeclared dependencies
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-downcast-rs" ,rust-downcast-rs-1)
|
||||||
|
("rust-io-lifetimes" ,rust-io-lifetimes-1)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-nix" ,rust-nix-0.26)
|
||||||
|
("rust-raw-window-handle" ,rust-raw-window-handle-0.5)
|
||||||
|
("rust-scoped-tls" ,rust-scoped-tls-1)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-wayland-sys" ,rust-wayland-sys-0.30))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-concat-idents" ,rust-concat-idents-1)
|
||||||
|
("rust-env-logger" ,rust-env-logger-0.10))))
|
||||||
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
|
(synopsis "Backend API for wayland crates")
|
||||||
|
(description "This package provides low-level bindings to the Wayland
|
||||||
|
protocol.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-wayland-client-0.29
|
(define-public rust-wayland-client-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-client")
|
(name "rust-wayland-client")
|
||||||
|
|
Reference in New Issue