diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 22:40:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 22:40:11 +0100 |
| commit | 79c56dcadfd0cb9d187e089ab5f02005e29e94c4 (patch) | |
| tree | b12ff262f076b4ed38da41575eefac63721b8c08 /gnu/packages | |
| parent | 3e4980c3eb0656e28e438185aab71e559f63bbc0 (diff) | |
gnu: Add go-github-com-42wim-go-gitter.
* gnu/packages/golang-web.scm (go-github-com-42wim-go-gitter): New variable.
Change-Id: I5068befac87da5fae2e79548929888eb580e785c
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang-web.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 6b0f8b4255c..8ed763d4492 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -987,6 +987,34 @@ Gemini clients and servers.") @url{https://1password.com/, 1Password} API.") (license license:expat))) +(define-public go-github-com-42wim-go-gitter + (let ((commit "16aadfbb65c6641501ea8eebb6bcf23b9011912b") + (revision "0")) + (package + (name "go-github-com-42wim-go-gitter") + (version "0.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/42wim/go-gitter") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "07l07msyackkzvxhc9cljzgh81v5g48crravz29ph516smqj0x6c")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/42wim/go-gitter")) + (propagated-inputs + (list go-github-com-mreiferson-go-httpclient + go-github-com-mrexodia-wray)) + (home-page "https://github.com/42wim/go-gitter") + (synopsis "Gitter API in Go") + (description + "This package provides a Gitter API for Golang.") + (license license:asl2.0)))) + (define-public go-github-com-42wim-httpsig (package (name "go-github-com-42wim-httpsig") |
