* gnu/packages/golang.scm (go-github-com-client9-misspell): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -4850,6 +4850,20 @@ (define-public misspell > + (arguments > + `(#:import-path "github.com/client9/misspell" > + #:tests? #f > + #:install-source? #t > + #:phases (modify-phases %standard-phases > + (delete 'build)))) Same comment as the last-but-one. -- (