mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-zbus-xml-4.
* gnu/packages/crates-io.scm (rust-zbus-xml-4): New variable. Change-Id: I58236f5135f1b457839846e5d0f9fbbd8892a895
This commit is contained in:
parent
4b913a9287
commit
ce333002f3
1 changed files with 25 additions and 0 deletions
|
@ -94744,6 +94744,31 @@ (define-public rust-zbus-polkit-1
|
|||
(description "@code{PolicyKit} binding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-zbus-xml-4
|
||||
(package
|
||||
(name "rust-zbus-xml")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zbus_xml" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0cx2yg4p0vkrgn5ccz6ds2wqzcy9wrwyjv5xnjmzcm5ra92kfgxb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.30)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-static-assertions" ,rust-static-assertions-1)
|
||||
("rust-zbus-names" ,rust-zbus-names-3)
|
||||
("rust-zvariant" ,rust-zvariant-4))
|
||||
#:cargo-development-inputs (("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||
(home-page "https://github.com/dbus2/zbus/")
|
||||
(synopsis "API to handle D-Bus introspection XML")
|
||||
(description
|
||||
"This package provides API to handle D-Bus introspection XML.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-zerocopy-0.8
|
||||
(package
|
||||
(name "rust-zerocopy")
|
||||
|
|
Loading…
Reference in a new issue