gnu: Add go-mvdan-cc-gofumpt.

* gnu/packages/golang.scm (go-mvdan-cc-gofumpt): New variable.

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

View file

@ -9980,6 +9980,20 @@ That is, @code{gofumpt} is happy with a subset of the formats that
@code{gofmt} is happy with.")
(license license:bsd-3)))
(define-public go-mvdan-cc-gofumpt
(package
(inherit gofumpt)
(name "go-mvdan-cc-gofumpt")
(arguments
`(#:import-path "mvdan.cc/gofumpt"
#:tests? #f
#:install-source? #t
#:phases (modify-phases %standard-phases
(delete 'build))))
(propagated-inputs (package-inputs gofumpt))
(native-inputs '())
(inputs '())))
(define-public unparam
(package
(name "unparam")