me
/
guix
Archived
1
0
Fork 0

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
Herman Rimm 2024-01-30 16:25:06 +01:00 committed by Efraim Flashner
parent 9a730dfb0c
commit 1b9d27c4f2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -4927,6 +4927,27 @@ crate @code{rust-wayland-client} for usable bindings.")
(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")