gnu: Add go-github-com-zitadel-schema.

* gnu/packages/golang-xyz.scm (go-github-com-zitadel-schema): New variable.

Change-Id: Iacbf906dfd31d5d002577be9e138797ff2e2899a
This commit is contained in:
Sharlatan Hellseher 2025-07-07 11:40:17 +01:00
parent 464f0222ac
commit 111229c1a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18635,6 +18635,31 @@ configuration languages, but other uses may be possible too.")
utilities for cty Golang module.")
(license license:expat)))
(define-public go-github-com-zitadel-schema
(package
(name "go-github-com-zitadel-schema")
(version "1.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/zitadel/schema")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1nvxlqzz12ahhf6cmdy0gjfx8z30in0xamzk9ydag3ddgdqr5370"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/zitadel/schema"))
(home-page "https://github.com/zitadel/schema")
(synopsis "Fills a struct with form values")
(description
"Package @code{zitadel/schema} converts structs to and from form values.
It is a maintained fork of @url{gorilla/schema,
https://github.com/gorilla/schema}")
(license license:bsd-3)))
(define-public go-github-com-zyedidia-clipper
(package
(name "go-github-com-zyedidia-clipper")