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:
Troy Figiel 2024-02-02 22:29:03 +01:00 committed by Sharlatan Hellseher
parent 067fa9448f
commit f33473e7b2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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