diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-27 20:56:44 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:42:30 +0000 |
commit | a3f747f94faaa6c23f05d81f3752835d233f0929 (patch) | |
tree | 4071150c2287702fc56a1cf4706a0412f1a00a2c /gnu | |
parent | 61fd903f4bc4c485339c33a94b4baa7f00f28824 (diff) |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8b6f53a2b0..36b8a04b40 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6830,6 +6830,10 @@ customized globally.") (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 |