guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/16: gnu: Add rust-sd-notify-0.4.


From: guix-commits
Subject: 13/16: gnu: Add rust-sd-notify-0.4.
Date: Tue, 23 Jan 2024 09:35:39 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 3c1df644192ecc3126fdf9b9ff317ab95cea4fda
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sat Jan 20 18:30:22 2024 -0500

    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>
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2fed2284f7..3326de9937 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57299,6 +57299,25 @@ Pwrite traits from the scroll crate.")
         ("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.16)
         ("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
   (package
     (name "rust-seahash")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]