summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Figiel <troy@troyfigiel.com>2024-02-04 00:52:38 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-05 22:34:47 +0000
commit34fe725fb3ecff56ac7c20307005f053bfc3f1f1 (patch)
tree73cbf861ea7f34ad0d1aafc8332ddf44ee40192e
parentc1a4de630cb4abb1c0c19ad8f485973a61e2dd3b (diff)
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
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 64ad09f4f6..163691a1e6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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/")