mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Add rust-sd-notify-0.4.
* gnu/packages/crates-io.scm (rust-sd-notify-0.4): New variable. Change-Id: Ib38448d785c23f760fd867656a0057233dc72377 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7dec57f710
commit
b5dc8e9c13
1 changed files with 19 additions and 0 deletions
|
@ -57330,6 +57330,25 @@ Pwrite traits from the scroll crate.")
|
||||||
("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.16)
|
("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.16)
|
||||||
("rust-tiny-skia" ,rust-tiny-skia-0.7))))))
|
("rust-tiny-skia" ,rust-tiny-skia-0.7))))))
|
||||||
|
|
||||||
|
(define-public rust-sd-notify-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-sd-notify")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "sd-notify" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0clc887rjdz0796c1lsbwnrgmcis4b30gyy3qb4v8zg0yf03c7k2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/lnicola/sd-notify")
|
||||||
|
(synopsis "Lightweight crate for systemd service state notifications")
|
||||||
|
(description
|
||||||
|
"This package provides a lightweight crate for systemd service state
|
||||||
|
notifications.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-seahash-3
|
(define-public rust-seahash-3
|
||||||
(package
|
(package
|
||||||
(name "rust-seahash")
|
(name "rust-seahash")
|
||||||
|
|
Loading…
Add table
Reference in a new issue