mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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>
This commit is contained in:
parent
9a730dfb0c
commit
1b9d27c4f2
1 changed files with 21 additions and 0 deletions
|
@ -4927,6 +4927,27 @@ (define-public rust-wayland-sys-0.21
|
|||
(base32
|
||||
"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
|
||||
(package
|
||||
(name "rust-webp")
|
||||
|
|
Loading…
Reference in a new issue