summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2026-01-06 09:25:41 -0500
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-30 21:33:59 +0100
commit6b46daa8d01c6636f6bd147a59f65592908b36c1 (patch)
treec0e491a3bbbd7a894725a0034648121e13bda996
parent3b16721f8f3060a3878ef29634bbb1155778a9ca (diff)
gnu: Add go-go4-org-netipx.
* gnu/packages/golang-web.scm (go-go4-org-netipx): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5417 Change-Id: I3df267e009a50a1aea7d54918f9fcd3d286ef2e1 Reviewed-by: Arthur Rodrigues <arthurhdrodrigues@proton.me> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-web.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index d4df29d785..229df2c983 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -21586,6 +21586,34 @@ maturity level}.")
a configuration language.")
(license license:bsd-3)))
+(define-public go-go4-org-netipx
+ (package
+ (name "go-go4-org-netipx")
+ (version "0.0.0-20231129151722-fdeea329fbba")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go4org/netipx")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1g45hmdsgy6c73277j4i0mdi6031qbh5il1i5ab6bkywnpwhy9p4"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "go4.org/netipx"))
+ (propagated-inputs
+ (list go-honnef-co-go-tools
+ go-github-com-dvyukov-go-fuzz))
+ (home-page "https://go4.org/netipx")
+ (synopsis "Leftover code from inet.af/netaddr")
+ (description
+ "This package contains code and types that were left behind when the old
+inet.af/netaddr package moved to the standard library in Go 1.18 as
+net/netip.")
+ (license license:bsd-3)))
+
(define-public go-goftp-io-server-v2
(package
(name "go-goftp-io-server-v2")