diff mbox series

[bug#68917] gnu: go-github-com-go-git-go-billy: Add missing input.

Message ID 87a5oh13ez.fsf@troyfigiel.com
State New
Headers show
Series [bug#68917] gnu: go-github-com-go-git-go-billy: Add missing input. | expand

Commit Message

Troy Figiel Feb. 3, 2024, 11:52 p.m. UTC
* gnu/packages/golang.scm (go-github-com-go-git-go-billy)[propagated-inputs]:
Add go-golang-org-x-sys.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)


base-commit: abeffc82379c4f9bd2e6226ea27453b22cb4e0c8

Comments

Sharlatan Hellseher Feb. 5, 2024, 10:40 p.m. UTC | #1
Hi,

Pushed as 34fe725fb3ecff56ac7c20307005f053bfc3f1f1 to master.

Thanks,
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014ca01602..234e22a6e7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8711,6 +8711,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/")