mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add rust-dconf-rs-0.3.
* gnu/packages/crates-io.scm (rust-dconf-rs-0.3): New variable. Change-Id: I121d13e3fc5acd135874474ca26fd954f2e96e3c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
6dff90801f
commit
130f53d6bd
1 changed files with 18 additions and 0 deletions
|
@ -20545,6 +20545,24 @@ (define-public rust-dbus-tree-0.9
|
|||
"This crate is a framework for writing D-Bus method handlers (legacy).")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-dconf-rs-0.3
|
||||
(package
|
||||
(name "rust-dconf-rs")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dconf_rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12swi0npq88kbdwnc3n324dzknir674agrh13h305876h654cikh"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/kylecorry31/dconf_rs")
|
||||
(synopsis "Rust API for interacting with dconf")
|
||||
(description
|
||||
"This package provides a Rust API for interacting with dconf.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-deadpool-0.9
|
||||
(package
|
||||
(name "rust-deadpool")
|
||||
|
|
Loading…
Reference in a new issue