guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5e2c24798b34d04f78a23b96e2cb00ab30f1d7c3
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Nov 24 13:43:15 2025 -0500
gnu: Add go-github-com-cloudsoda-sddl.
* gnu/packages/golang-web (go-github-com-cloudsoda-sddl): New variable.
Change-Id: I20fc112cfa20a68ab4576e7894bc6385a88713e0
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 945fbf8f48..6b9c8989cd 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2732,6 +2732,33 @@ browser window.")
@url{https://cloudinary.com/, Cloudinary} in Go.")
(license license:expat)))
+(define-public go-github-com-cloudsoda-sddl
+ (package
+ (name "go-github-com-cloudsoda-sddl")
+ (version "0.0.0-20250224235906-926454e91efc")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/CloudSoda/sddl")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wb0mydqkiqc2q7rzlv0fssxshyp811wmjg3i1awd1a9z29v6qyq"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/cloudsoda/sddl"))
+ (propagated-inputs
+ (list go-golang-org-x-sys))
+ (home-page "https://github.com/cloudsoda/sddl")
+ (synopsis "Windows Security Descriptor library and CLI tool")
+ (description
+ "This package provides a cross-platform Go library and command-line tool
for
+working with Windows Security Descriptors, providing conversion between binary
+and SDDL (Security Descriptor Definition Language) string formats.")
+ (license license:lgpl3)))
+
(define-public go-github-com-cncf-xds-go
(package
(name "go-github-com-cncf-xds-go")