mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
This commit is contained in:
parent
067fa9448f
commit
f33473e7b2
1 changed files with 1 additions and 0 deletions
|
@ -5252,6 +5252,7 @@ (define-public misspell
|
|||
'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
|
||||
|
|
Loading…
Reference in a new issue