gnu: Add rust-wayrs-proto-parser-2
* gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Add variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
9a730dfb0c
commit
1b9d27c4f2
gnu/packages
|
@ -4927,6 +4927,27 @@ crate @code{rust-wayland-client} for usable bindings.")
|
||||||
(base32
|
(base32
|
||||||
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
|
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
|
||||||
|
|
||||||
|
(define-public rust-wayrs-proto-parser-2
|
||||||
|
(package
|
||||||
|
(name "rust-wayrs-proto-parser")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wayrs-proto-parser" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1a9gb0iv6rm1z2n4isfb9x05pv6wlgn23hljb9s038m4dgmyn1hl"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.31)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
(home-page "https://github.com/MaxVerevkin/wayrs")
|
||||||
|
(synopsis "Parser for wayland protocol xml files")
|
||||||
|
(description "This package provides a parser for wayland protocol
|
||||||
|
xml files.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-webp-0.2
|
(define-public rust-webp-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-webp")
|
(name "rust-webp")
|
||||||
|
|
Reference in New Issue