~ruther/guix-local

34fe725fb3ecff56ac7c20307005f053bfc3f1f1 — Troy Figiel 2 years ago c1a4de6
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
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -0
@@ 8713,6 8713,8 @@ errors (warnings).")
    (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/")