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