diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-22 16:22:27 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 17:11:26 +0000 |
| commit | 18524e0c039f2f33fb46b25aecc16f272eac77bc (patch) | |
| tree | 6a20ad5e562294a7255edd389f98877b9bdd8c28 /gnu/packages | |
| parent | 4ef89c00cbff72a8993267168732f33d524cd01e (diff) | |
gnu: Add go-github-com-docker-go-events.
* gnu/packages/docker.scm (go-github-com-docker-go-events): New variable.
Change-Id: I3e42b9d8ce53d55c23bb3a5f8685a9ff1f1d8c94
Reviewed-by: Arthur Rodrigues <arthurhdrodrigues@proton.me>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/docker.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index 86ec63919eb..b1a35eba47c 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm | |||
| @@ -144,6 +144,34 @@ loading Compose files as specified by the | |||
| 144 | @url{https://github.com/compose-spec/compose-spec, Compose specification}.") | 144 | @url{https://github.com/compose-spec/compose-spec, Compose specification}.") |
| 145 | (license license:asl2.0))) | 145 | (license license:asl2.0))) |
| 146 | 146 | ||
| 147 | (define-public go-github-com-docker-go-events | ||
| 148 | (package | ||
| 149 | (name "go-github-com-docker-go-events") | ||
| 150 | (version "0.0.0-20250808211157-605354379745") | ||
| 151 | (source | ||
| 152 | (origin | ||
| 153 | (method git-fetch) | ||
| 154 | (uri (git-reference | ||
| 155 | (url "https://github.com/docker/go-events") | ||
| 156 | (commit (go-version->git-ref version)))) | ||
| 157 | (file-name (git-file-name name version)) | ||
| 158 | (sha256 | ||
| 159 | (base32 "0q3ylzyl670m3an32nhb0l5bsc3f4d9b963x3pjwsc94brg9l5qp")))) | ||
| 160 | (build-system go-build-system) | ||
| 161 | (arguments | ||
| 162 | (list | ||
| 163 | #:import-path "github.com/docker/go-events")) | ||
| 164 | (propagated-inputs | ||
| 165 | (list go-github-com-sirupsen-logrus)) | ||
| 166 | (home-page "https://github.com/docker/go-events") | ||
| 167 | (synopsis "Composable event distribution for Golang") | ||
| 168 | (description | ||
| 169 | "This package implements a composable event distribution library, | ||
| 170 | originally created to implement the notifications in | ||
| 171 | @url{https://github.com/distribution/distribution/blob/v3.0.0/docs/content/about/notifications.md, | ||
| 172 | Docker Registry 2}.") | ||
| 173 | (license license:asl2.0))) | ||
| 174 | |||
| 147 | (define-public go-github-com-docker-go-metrics | 175 | (define-public go-github-com-docker-go-metrics |
| 148 | (package | 176 | (package |
| 149 | (name "go-github-com-docker-go-metrics") | 177 | (name "go-github-com-docker-go-metrics") |
