mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add rust-zvariant-utils-1.
* gnu/packages/crates-io.scm (rust-zvariant-utils-1): New variable.
This commit is contained in:
parent
acaefba00e
commit
3b64ccec81
1 changed files with 22 additions and 0 deletions
|
@ -79031,6 +79031,28 @@ (define-public rust-zvariant-derive-3
|
|||
(description "D-Bus & GVariant encoding & decoding")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-zvariant-utils-1
|
||||
(package
|
||||
(name "rust-zvariant-utils")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zvariant-utils" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00625h3240rixvfhq6yhws1d4bwf3vrf74v8s69b97aq27cg0d3j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dbus2/zbus/")
|
||||
(synopsis "Utilities used internally by the zvariant crate")
|
||||
(description "Various utilities used internally by the zvariant crate.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue