diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:35:15 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:20 -0500 |
commit | 75641bbd7398c8344450d54eeba035c0bbebdcaa (patch) | |
tree | e18fdbdf71766da853b6fdd8c4dff8584f2c80b4 /gnu/packages/golang.scm | |
parent | 9a5946bc7aa56f541c374832c2e2ef08c25d19b9 (diff) | |
download | guix-75641bbd7398c8344450d54eeba035c0bbebdcaa.tar guix-75641bbd7398c8344450d54eeba035c0bbebdcaa.tar.gz |
gnu: go-github-com-tv42-httpunix: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-tv42-httpunix): Move from
here...
* gnu/packages/golang-web.scm: ...to here.
Change-Id: I1b81c93afd803dfd68fae5292cb2103855cdba6d
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e3c4577a57..be31cd0f43 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4459,30 +4459,6 @@ to use line-based tools such as grep to search for what you want and see the absolute \"path\" to it.") (license license:expat))) -(define-public go-github-com-tv42-httpunix - (let ((commit "2ba4b9c3382c77e7b9ea89d00746e6111d142a22") - (revision "0")) - (package - (name "go-github-com-tv42-httpunix") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tv42/httpunix") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xbwpip2hsfhd2kd878jn5ndl8y1i9658lggha4x3xb5m1rsds9w")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/tv42/httpunix")) - (home-page "https://github.com/tv42/httpunix") - (synopsis "Go library to talk HTTP over Unix domain sockets") - (description "This package is a Go library to talk HTTP over Unix domain -sockets.") - (license license:expat)))) - (define-public go-github-com-blang-semver (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9") (revision "0")) |