mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
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:
parent
502f7ed25c
commit
068a3709dc
1 changed files with 14 additions and 0 deletions
|
@ -4852,6 +4852,20 @@ source files. A neutral variety of English is used by default, but a US or UK
|
|||
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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue