mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add go-mvdan-cc-unparam.
* gnu/packages/golang.scm (go-mvdan-cc-unparam): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
347ac7fbde
commit
cfbd6e90a0
1 changed files with 14 additions and 0 deletions
|
@ -9873,6 +9873,20 @@ (define-public unparam
|
|||
(description "Reports unused function parameters and results in Go code.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-mvdan-cc-unparam
|
||||
(package
|
||||
(inherit unparam)
|
||||
(name "go-mvdan-cc-unparam")
|
||||
(arguments
|
||||
`(#:import-path "github.com/mvdan/unparam"
|
||||
#:tests? #f
|
||||
#:install-source? #t
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'build))))
|
||||
(propagated-inputs (package-inputs unparam))
|
||||
(native-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public xurls
|
||||
(package
|
||||
(name "xurls")
|
||||
|
|
Loading…
Reference in a new issue