mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add rust-wayland-protocols-plasma-0.2.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-plasma-0.2): New variable. Change-Id: Ibcb8d3d6d70683122001ad87d80193e23a2b49ee
This commit is contained in:
parent
cd6e10b0a9
commit
141b21897a
1 changed files with 24 additions and 0 deletions
|
@ -4022,6 +4022,30 @@ (define-public rust-wayland-protocols-0.21
|
|||
("rust-wayland-sys" ,rust-wayland-sys-0.21)
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.21))))))
|
||||
|
||||
(define-public rust-wayland-protocols-plasma-0.2
|
||||
(package
|
||||
(name "rust-wayland-protocols-plasma")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-protocols-plasma" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yglbxd4ka8284k0j0ssh9hf6wd9qp2n0s2qrsdymyaz258kb013"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-wayland-backend" ,rust-wayland-backend-0.3)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.31)
|
||||
("rust-wayland-protocols" ,rust-wayland-protocols-0.31)
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.31)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.31))))
|
||||
(home-page "https://github.com/smithay/wayland-rs")
|
||||
(synopsis "Generated API for the Plasma wayland protocol extensions")
|
||||
(description "Generated API for the Plasma wayland protocol extensions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wayland-protocols-wlr-0.2
|
||||
(package
|
||||
(name "rust-wayland-protocols-wlr")
|
||||
|
|
Loading…
Reference in a new issue