gnu: Add go-golang-org-x-vuln.

* gnu/packages/golang.scm (go-golang-org-x-vuln): New variable.

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

View file

@ -3006,6 +3006,20 @@ for the Go language.")
the @url{https://vuln.go.dev,Go Vulnerability Database}.")
(license license:bsd-3)))
(define-public go-golang-org-x-vuln
(package
(inherit govulncheck)
(name "go-golang-org-x-vuln")
(arguments
`(#:import-path "golang.org/x/vuln"
#:tests? #f
#:install-source? #t
#:phases (modify-phases %standard-phases
(delete 'build))))
(propagated-inputs (package-inputs govulncheck))
(native-inputs '())
(inputs '())))
(define-public go-github-com-protonmail-go-crypto
(package
(name "go-github-com-protonmail-go-crypto")