From f69c21d6e1f9d2277a02f2b7e2974888193ea717 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Tue, 6 Jan 2026 10:10:43 -0500 Subject: gnu: Add go-github-com-kodeworks-golang-image-ico. * gnu/packages/golang-xyz.scm (go-github-com-kodeworks-golang-image-ico): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5417 Change-Id: I0fe7dc868aaf43b3a11eaccfe2ebc2c3098eed47 Reviewed-by: Arthur Rodrigues Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 86522f1677..c825548b39 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16525,6 +16525,29 @@ structure. It can also produce a much more verbose, one-item-per-line representation suitable for computing diffs.") (license license:asl2.0))) +(define-public go-github-com-kodeworks-golang-image-ico + (package + (name "go-github-com-kodeworks-golang-image-ico") + (version "0.0.0-20141118225523-73f0f4cfade9") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Kodeworks/golang-image-ico") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zfcvpf6pdqismq9j8nvismln1dbz2i22d7c00a2ygjxldbmnd3k")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/Kodeworks/golang-image-ico")) + (home-page "https://github.com/Kodeworks/golang-image-ico") + (synopsis "Golang support for Windows .ico file format") + (description + "This package provides Golang support for Windows' @code{.ico} file format.") + (license license:bsd-3))) + (define-public go-github-com-labstack-gommon (package (name "go-github-com-labstack-gommon") -- cgit v1.3