gnu: go-github-com-zalando-go-keyring: Adjust inputs.

* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Swap
native-inputs to propagated as the package provides library and all
inputs required to be present when it's in use.

Change-Id: I979d41fd656008ce4ffd8ac2f361e75db782029b
This commit is contained in:
Sharlatan Hellseher 2024-07-14 20:29:30 +01:00
parent 4bb0b5be20
commit bfa4c98d38
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7622,7 +7622,7 @@ (define-public go-github-com-zalando-go-keyring
(arguments
`(#:tests? #f ;XXX: Fix dbus tests
#:import-path "github.com/zalando/go-keyring"))
(native-inputs
(propagated-inputs
(list go-github-com-godbus-dbus dbus))
(home-page "https://github.com/zalando/go-keyring/")
(synopsis "Library for working with system keyring")