gnu: go-github-com-go-git-go-billy: Add missing input.

* gnu/packages/golang.scm (go-github-com-go-git-go-billy)
[propagated-inputs]: Add go-golang-org-x-sys.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia1fee47a497dcd1221ec6a8b2b6bbd549662e470
This commit is contained in:
Troy Figiel 2024-02-04 00:52:38 +01:00 committed by Sharlatan Hellseher
parent c1a4de630c
commit 34fe725fb3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8713,6 +8713,8 @@ (define-public go-github-com-go-git-go-billy
(build-system go-build-system)
(arguments
`(#:import-path "github.com/go-git/go-billy/v5"))
(propagated-inputs
(list go-golang-org-x-sys))
(native-inputs
(list go-gopkg-in-check-v1))
(home-page "https://github.com/go-git/go-billy/")