mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
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:
parent
4bb0b5be20
commit
bfa4c98d38
1 changed files with 1 additions and 1 deletions
|
@ -7622,7 +7622,7 @@ (define-public go-github-com-zalando-go-keyring
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;XXX: Fix dbus tests
|
`(#:tests? #f ;XXX: Fix dbus tests
|
||||||
#:import-path "github.com/zalando/go-keyring"))
|
#:import-path "github.com/zalando/go-keyring"))
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-godbus-dbus dbus))
|
(list go-github-com-godbus-dbus dbus))
|
||||||
(home-page "https://github.com/zalando/go-keyring/")
|
(home-page "https://github.com/zalando/go-keyring/")
|
||||||
(synopsis "Library for working with system keyring")
|
(synopsis "Library for working with system keyring")
|
||||||
|
|
Loading…
Reference in a new issue