guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/25: gnu: Add go-golang-org-x-vuln.


From: guix-commits
Subject: 20/25: gnu: Add go-golang-org-x-vuln.
Date: Mon, 6 Feb 2023 18:06:21 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 967ce806f4abcd3323adf3488c39afaf5f527c25
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:45:05 2023 -0700

    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>
---
 gnu/packages/golang.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3602441b80..4bf62976d4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]