From f824cfcd0db64e77715fa1a8a8f37e3e520a17c4 Mon Sep 17 00:00:00 2001 Message-ID: In-Reply-To: References: From: "Artyom V. Poptsov" Date: Wed, 17 Jan 2024 22:46:31 +0300 Subject: [PATCH 5/7] gnu: Add go-github-com-coreos-go-systemd-machine1. * gnu/packages/golang.scm (go-github-com-coreos-go-systemd-machine1): New variable. Change-Id: I2d9340a2b70dd68e24e4a88bdcd1f4c289100c6d --- gnu/packages/golang.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2a36f6b299..860195ded1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8684,6 +8684,20 @@ (define-public go-github-com-coreos-go-systemd-login1 "Go bindings to systemd for integration with the systemd logind API.") (license license:asl2.0))) +(define-public go-github-com-coreos-go-systemd-machine1 + (package + (inherit go-github-com-coreos-go-systemd-activation) + (name "go-github-com-coreos-go-systemd-machine1") + (arguments + '(#:tests? #f ;Tests require D-Bus daemon running. + #:import-path "github.com/coreos/go-systemd/machine1" + #: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 registering machines/containers") + (description "Go bindings to systemd for registering machines/containers.") + (license license:asl2.0))) + (define-public go-github-com-emirpasic-gods (package (name "go-github-com-emirpasic-gods") -- 2.41.0