me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -7622,7 +7622,7 @@ server tools for Prometheus metrics.")
(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")