mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ atomic access.")
|
||||||
(description "Reports unused function parameters and results in Go code.")
|
(description "Reports unused function parameters and results in Go code.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public xurls
|
||||||
(package
|
(package
|
||||||
(name "xurls")
|
(name "xurls")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue