me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-wayrs-scanner-0.13.

* gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-01-30 16:25:07 +01:00 committed by Efraim Flashner
parent 1b9d27c4f2
commit c957d8407e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 24 additions and 0 deletions

View File

@ -4948,6 +4948,30 @@ crate @code{rust-wayland-client} for usable bindings.")
xml files.")
(license license:expat)))
(define-public rust-wayrs-scanner-0.13
(package
(name "rust-wayrs-scanner")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayrs-scanner" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07xzg36rnnsb4z4rd82r2mk3y05vg1ssfwrry2kd4yz395sx91z3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-3)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2)
("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-2))))
(home-page "https://github.com/MaxVerevkin/wayrs")
(synopsis "Generates code for wayrs-client from xml files")
(description "This package provides code generation for wayrs-client
from xml files.")
(license license:expat)))
(define-public rust-webp-0.2
(package
(name "rust-webp")