From d4da8af4e4aaf165ed384ff71d23dcce56554cf0 Mon Sep 17 00:00:00 2001 From: Sarah Morgensen Date: Thu, 29 Aug 2024 00:50:47 +0100 Subject: gnu: Add go-github-com-godbus-dbus-v5. These changes resolve issues with golang import paths for and by adding a new variable with downgrading existing one to the latest version where import path is still . It addresses the cases with unit tests failures and help importer to resolve dependencies. * gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to 0.0.0-20190726142602-4481cbc300e2. (go-github-com-godbus-dbus-v5): New variable, preserver version of go-github-com-godbus-dbus. (go-github-com-delthas-go-libnp) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. * gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec Co-authored-by: Sharlatan Hellseher Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang-xyz.scm') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 796341a66b..5e66c9e082 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1611,7 +1611,7 @@ (define-public go-github-com-coreos-go-systemd-v22 (inputs (list elogind)) (propagated-inputs - (list go-github-com-godbus-dbus)) + (list go-github-com-godbus-dbus-v5)) (home-page "https://github.com/coreos/go-systemd") (synopsis "Go bindings to systemd") (description -- cgit v1.2.3