mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
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:
parent
15330b625a
commit
3b223b8e91
1 changed files with 14 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue