From 7f9082b9865fbcff04cff96ee993facf13e79c11 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Mon, 5 Jan 2026 16:43:48 -0500 Subject: gnu: Add go-github-com-go-xmlfmt-xmlfmt. * gnu/packages/golang-check.scm (go-github-com-go-xmlfmt-xmlfmt): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5417 Change-Id: Ib5315a21f9303350fce5a4bbec20dd4f109821e6 Reviewed-by: Arthur Rodrigues Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-check.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 218b133909..ceb48568d8 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -1251,6 +1251,29 @@ kept in fixtures files. Before the execution of every test, the test database is cleaned and the fixture data is loaded into the database.") (license license:expat))) +(define-public go-github-com-go-xmlfmt-xmlfmt + (package + (name "go-github-com-go-xmlfmt-xmlfmt") + (version "1.1.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-xmlfmt/xmlfmt") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1cglrwmpg0lb7cnyvdz8js52h07rcvka7y9abksk9p5ajxj5rp1s")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/go-xmlfmt/xmlfmt")) + (home-page "https://github.com/go-xmlfmt/xmlfmt") + (synopsis "Go XML Formatter") + (description + "The Go XML Formatter, xmlfmt, will format the XML string in a readable way.") + (license license:expat))) + ;; XXX: This repository has been archived by the owner ;; on May 9, 2021. It is now read-only. It's only used ;; by go-github-com-golang-gddo. Consider to remove when nothing -- cgit v1.3