mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-godbus-dbus-v5.
These changes resolve issues with golang import paths for <github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new variable with downgrading existing one to the latest version where import path is still <github.com/godbus/dbus>. 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 <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5147787b1f
commit
d4da8af4e4
2 changed files with 25 additions and 5 deletions
|
@ -1611,7 +1611,7 @@ throughput.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue