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}.")
 | 
					the @url{https://vuln.go.dev,Go Vulnerability Database}.")
 | 
				
			||||||
    (license license:bsd-3)))
 | 
					    (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
 | 
					(define-public go-github-com-protonmail-go-crypto
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-protonmail-go-crypto")
 | 
					    (name "go-github-com-protonmail-go-crypto")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue