[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add go-github-com-mreiferson-go-svc.
From: |
guix-commits |
Subject: |
05/10: gnu: Add go-github-com-mreiferson-go-svc. |
Date: |
Mon, 4 Sep 2023 23:45:49 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 86fffbb4aefe8756ad06a61ab77e40b67378dae0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 1 20:58:13 2023 +0100
gnu: Add go-github-com-mreiferson-go-svc.
* gnu/packages/golang.scm (go-github-com-mreiferson-go-svc): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5756ce582d..624cb11e0c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6400,6 +6400,34 @@ trivial @command{big.Int} encoding benchmark results in
6 times faster
encoding and 8 times faster decoding.")
(license license:expat))))
+(define-public go-github-com-mreiferson-go-svc
+ ;; NSQ specific fork of github.com/judwhite/go-svc, as Guix go build system
+ ;; does not support go.mod with `replace' statement.
+ (let ((commit "7a96e00010f68d9436e3de53a70c53f209a0c244")
+ (revision "0"))
+ (package
+ (name "go-github-com-mreiferson-go-svc")
+ (version (git-version "1.2.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mreiferson/go-svc")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1acgb0n3svhnraqj1fz5qc5n3b4vc5ffwyk9vfi6gcfkibm0hgmd"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/judwhite/go-svc"))
+ (propagated-inputs (list go-golang-org-x-sys))
+ (home-page "https://github.com/mreiferson/go-svc")
+ (synopsis "Go Windows Service wrapper for GNU/Linux")
+ (description
+ "Go Windows Service wrapper compatible with GNU/Linux. Windows tests
+@url{https://github.com/judwhite/go-svc/raw/master/svc/svc_windows_test.go,here}.")
+ (license license:expat))))
+
(define-public go-github-com-gxed-hashland-keccakpg
(let ((commit "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8")
(revision "0"))
- branch master updated (31baada263 -> bf231a591c), guix-commits, 2023/09/04
- 01/10: gnu: freerdp: Enable server build., guix-commits, 2023/09/04
- 04/10: gnu: Add go-github-com-bmizerany-perks-quantile., guix-commits, 2023/09/04
- 06/10: gnu: Add go-github-com-julienschmidt-httprouter., guix-commits, 2023/09/04
- 07/10: gnu: Add go-github-com-mreiferson-go-options., guix-commits, 2023/09/04
- 09/10: gnu: Add go-github-com-nsqio-go-nsq., guix-commits, 2023/09/04
- 03/10: gnu: Add go-github-com-bitly-timer-metrics., guix-commits, 2023/09/04
- 08/10: gnu: Add go-github-com-nsqio-go-diskqueue., guix-commits, 2023/09/04
- 02/10: gnu: Add go-github-com-bitly-go-hostpool., guix-commits, 2023/09/04
- 05/10: gnu: Add go-github-com-mreiferson-go-svc.,
guix-commits <=
- 10/10: gnu: Add nsq., guix-commits, 2023/09/04