~ruther/guix-local

f33473e7b215d2b6d00532565dc49cbf183cb2de — Troy Figiel 2 years ago 067fa94
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +1 -0
@@ 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