guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: Add go-github-com-coreos-go-systemd-unit.


From: guix-commits
Subject: 07/08: gnu: Add go-github-com-coreos-go-systemd-unit.
Date: Wed, 14 Feb 2024 18:04:02 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 3aa92cc71f24b8a35fc77aaafdf9870313a0504e
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Jan 17 22:48:36 2024 +0300

    gnu: Add go-github-com-coreos-go-systemd-unit.
    
    * gnu/packages/golang.scm (go-github-com-coreos-go-systemd-unit): New
      variable.
    
    Change-Id: I4103a0a8a3fe8f0efe4e21b053cecda9825efdc1
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/golang-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6b18d33ed1..625abaf25b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -298,6 +298,20 @@ logind API.")))
     (description "Go bindings to systemd for registering
 machines/containers.")))
 
+(define-public go-github-com-coreos-go-systemd-unit
+  (package
+    (inherit go-github-com-coreos-go-systemd-activation)
+    (name "go-github-com-coreos-go-systemd-unit")
+    (arguments
+     '(#:tests? #f ;Tests require D-Bus daemon running.
+       #:import-path "github.com/coreos/go-systemd/unit"
+       #:unpack-path "github.com/coreos/go-systemd"))
+    (native-inputs (list go-github-com-godbus-dbus))
+    (home-page "https://github.com/coreos/go-systemd";)
+    (synopsis "Go bindings to systemd for working with unit files")
+    (description "Go bindings to systemd for (de)serialization and comparison
+of unit files.")))
+
 (define-public go-github-com-cyberdelia-go-metrics-graphite
   (package
     (name "go-github-com-cyberdelia-go-metrics-graphite")



reply via email to

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