From 410c7225e99bc0177e38fbc0964fca121f5394f6 Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Wed, 24 Dec 2025 17:32:52 +0100 Subject: gnu: Add go-github-com-henvic-httpretty. * gnu/packages/golang-web.scm (go-github-com-henvic-httpretty): New variable. Relates-to: https://codeberg.org/guix/guix/issues/5190 Change-Id: I589768da63713d5a88ce326be97bc12d6e7a4813 Reviewed-by: Johannes Christ Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9812fc4df5..b3722447c0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -12975,6 +12975,33 @@ anniversaries.") "This package implements directed acyclic graphs (DAGs).") (license license:bsd-3))) +(define-public go-github-com-henvic-httpretty + (package + (name "go-github-com-henvic-httpretty") + (version "0.1.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/henvic/httpretty") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1a384k5w8az9b7162h8ma16yinn4q348zncfjqh4sfkss4r0iw2h")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/henvic/httpretty")) + (propagated-inputs + (list go-golang-org-x-tools)) + (home-page "https://github.com/henvic/httpretty") + (synopsis "HTTP pretty-printer for Go") + (description + "This package prints HTTP requests and responses in a pretty format on +the terminal. It can be used both on the client-side and server-side for +debugging and development purposes.") + (license license:expat))) + (define-public go-github-com-hhrutter-tiff (package (name "go-github-com-hhrutter-tiff") -- cgit v1.3