guix-patches
[Top][All Lists]
Advanced

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

[bug#54560] [PATCH 39/47] gnu: Add go-github-com-go-openapi-jsonreferenc


From: Leo Nikkilä
Subject: [bug#54560] [PATCH 39/47] gnu: Add go-github-com-go-openapi-jsonreference.
Date: Fri, 25 Mar 2022 15:32:03 +0200

* gnu/packages/golang.scm (go-github-com-go-openapi-jsonreference): New
variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c26ac622a6..9b887e773a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10181,6 +10181,31 @@ (define-public go-github-com-go-openapi-jsonpointer
     (home-page "https://github.com/go-openapi/jsonpointer";)
     (license license:asl2.0)))
 
+(define-public go-github-com-go-openapi-jsonreference
+  (package
+    (name "go-github-com-go-openapi-jsonreference")
+    (version "0.19.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/go-openapi/jsonreference";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1b4xg5ghzlzd6ricc3jwmlp71hxz1mgg54mgywzzqwyzvpbwn7n9"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/go-openapi/jsonreference"))
+    (propagated-inputs (list go-github-com-puerkitobio-purell
+                             go-github-com-go-openapi-jsonpointer
+                             go-github-com-go-openapi-swag))
+    (native-inputs (list go-github-com-stretchr-testify))
+    (synopsis "Fork of gojsonreference with support for structs")
+    (description "Fork of gojsonreference with support for structs.")
+    (home-page "https://github.com/go-openapi/jsonreference";)
+    (license license:asl2.0)))
+
 (define-public go-github-com-go-openapi-swag
   (package
     (name "go-github-com-go-openapi-swag")
-- 
2.34.0






reply via email to

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