gnu: go-github-com-karrick-godirwalk: Fix build.

* gnu/packages/golang-xyz.scm (go-github-com-karrick-godirwalk)
[native-inputs]: Add go-github-com-karrick-golf and
go-github-com-mattn-go-isatty.

Change-Id: Ife75e85bab93d269885fafdecc549d5fb0516709
This commit is contained in:
Sharlatan Hellseher 2024-12-27 20:56:44 +00:00
parent c5f8fc98a2
commit 6ee9455b1f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6830,6 +6830,10 @@ (define-public go-github-com-karrick-godirwalk
(arguments
(list
#:import-path "github.com/karrick/godirwalk"))
;; To build all examples as a test scenario.
(native-inputs
(list go-github-com-karrick-golf
go-github-com-mattn-go-isatty))
(home-page "https://github.com/karrick/godirwalk")
(synopsis "Fast directory traversal library for Go")
(description