diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-02 22:29:03 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-05 22:34:47 +0000 |
commit | f33473e7b215d2b6d00532565dc49cbf183cb2de (patch) | |
tree | 6f2f19550945e0796a03dc277ea657e82fec5f57 /gnu/packages/golang.scm | |
parent | 067fa9448f892cad9c22e054b7f53d97a9a9368c (diff) |
gnu: misspell: Add missing input.
* gnu/packages/golang.scm (misspell) [propagated-inputs]: Add go-github-com-gobwas-glob.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I1c080a8fbb6f0a0294e28e4697438ab31ebca3cc
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 57e81d44a7..200090b416 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5252,6 +5252,7 @@ similar word.") 'build) `(,@arguments #:import-path "github.com/client9/misspell/cmd/misspell"))))))) + (propagated-inputs (list go-github-com-gobwas-glob)) (home-page "https://github.com/client9/misspell") (synopsis "Correct commonly misspelled English words in source files") (description |