[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65118] [PATCH 8/9] gnu: Add go-github-com-nsqio-go-nsq.
From: |
Sharlatan Hellseher |
Subject: |
[bug#65118] [PATCH 8/9] gnu: Add go-github-com-nsqio-go-nsq. |
Date: |
Sun, 6 Aug 2023 20:55:35 +0100 |
* gnu/packages/golang.scm (go-github-com-nsqio-go-nsq): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 637e6ebe73..91b1880476 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3205,6 +3205,30 @@ (define-public go-github-com-nsqio-go-diskqueue
"This package provides a Go package providing a filesystem-backed FIFO
queue")
(license license:expat)))
+(define-public go-github-com-nsqio-go-nsq
+ (package
+ (name "go-github-com-nsqio-go-nsq")
+ (version "1.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nsqio/go-nsq")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1h9z3z225sdgg7fl3l7x11xn5ch6lm5flgmcj046cdp453qj2qhf"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:tests? #f ;It requires local network setup.
+ #:import-path "github.com/nsqio/go-nsq"))
+ (propagated-inputs (list go-github-com-golang-snappy))
+ (home-page "https://github.com/nsqio/go-nsq")
+ (synopsis "Golang package of high-level Consumer and Produce for NSQ")
+ (description "Package nsq is the official Go package for NSQ
+(@url{http://nsq.io/,http://nsq.io/}).")
+ (license license:expat)))
+
(define-public go-github-com-hebcal-gematriya
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
(revision "0"))
--
2.40.1
- [bug#65118] [PATCH 0/9]: gnu: Add NSQ., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 8/9] gnu: Add go-github-com-nsqio-go-nsq.,
Sharlatan Hellseher <=
- [bug#65118] [PATCH 4/9] gnu: Add go-github-com-mreiferson-go-svc., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 2/9] gnu: Add go-github-com-bitly-timer-metrics., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 7/9] gnu: Add go-github-com-nsqio-go-diskqueue., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 5/9] gnu: Add go-github-com-julienschmidt-httprouter., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 1/9] gnu: Add go-github-com-bitly-go-hostpool., Sharlatan Hellseher, 2023/08/06