mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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)
|
'build)
|
||||||
`(,@arguments #:import-path
|
`(,@arguments #:import-path
|
||||||
"github.com/client9/misspell/cmd/misspell")))))))
|
"github.com/client9/misspell/cmd/misspell")))))))
|
||||||
|
(propagated-inputs (list go-github-com-gobwas-glob))
|
||||||
(home-page "https://github.com/client9/misspell")
|
(home-page "https://github.com/client9/misspell")
|
||||||
(synopsis "Correct commonly misspelled English words in source files")
|
(synopsis "Correct commonly misspelled English words in source files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue