From c193b9a4b34b4f63ff57c7990aea160f0f443998 Mon Sep 17 00:00:00 2001 Message-ID: In-Reply-To: <790fc4be076e488bbbfcecd2dffba66bf884cf99.1705520948.git.poptsov.artyom@gmail.com> References: <790fc4be076e488bbbfcecd2dffba66bf884cf99.1705520948.git.poptsov.artyom@gmail.com> From: "Artyom V. Poptsov" Date: Wed, 17 Jan 2024 22:48:36 +0300 Subject: [PATCH 6/6] 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 --- gnu/packages/golang.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5c2c2eb407..a2d697bebd 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9345,6 +9345,22 @@ (define-public go-github-com-coreos-go-systemd-machine1 (description "Go bindings to systemd for registering machines/containers.") (license license:asl2.0))) +(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.") + (license license:asl2.0))) + (define-public go-github-com-emirpasic-gods (package (name "go-github-com-emirpasic-gods") -- 2.41.0