gnu: Add go-github-com-client9-misspell.

* gnu/packages/golang.scm (go-github-com-client9-misspell): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Katherine Cox-Buday 2023-01-17 18:45:00 -07:00 committed by Christopher Baines
parent 502f7ed25c
commit 068a3709dc
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4852,6 +4852,20 @@ (define-public misspell
locale can be selected.")
(license license:expat)))
(define-public go-github-com-client9-misspell
(package
(inherit misspell)
(name "go-github-com-client9-misspell")
(arguments
`(#:import-path "github.com/client9/misspell"
#:tests? #f
#:install-source? #t
#:phases (modify-phases %standard-phases
(delete 'build))))
(propagated-inputs (package-inputs misspell))
(native-inputs '())
(inputs '())))
(define-public go-github-com-stevedonovan-luar
(let ((commit "22d247e5366095f491cd83edf779ee99a78f5ead")
(revision "0"))