[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v2 14/47] gnu: Add go-github-com-operatorfoundation-m
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v2 14/47] gnu: Add go-github-com-operatorfoundation-monolith-go. |
Date: |
Thu, 3 Jun 2021 05:57:41 -0400 |
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go): New
variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2aaee00080..6780ade28c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,33 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-operatorfoundation-monolith-go
+ (package
+ (name "go-github-com-operatorfoundation-monolith-go")
+ (version "1.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/OperatorFoundation/monolith-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "066bqlgw5h7a3kxswqlv734asb7nw2y6snsn09yqk0ixj23qw22s"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:tests? #f ; ERROR: Generated bytes do not match correct answer.
+ #:unpack-path "github.com/OperatorFoundation/monolith-go"
+ #:import-path "github.com/OperatorFoundation/monolith-go/monolith"))
+ (propagated-inputs
+ `(("go-github-com-deckarep-golang-set"
+ ,go-github-com-deckarep-golang-set)))
+ (home-page "https://github.com/OperatorFoundation/monolith-go")
+ (synopsis "Go library for working with byte sequences")
+ (description "monolith-go is a Go library for working with byte
sequences.")
+ (license license:expat)))
+
(define-public go-github-com-deckarep-golang-set
(package
(name "go-github-com-deckarep-golang-set")
--
2.31.1
- [bug#48729] [PATCH v2 05/47] gnu: Add go-github-com-keybase-go-ps., (continued)
[bug#48729] [PATCH v2 07/47] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 08/47] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 10/47] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 13/47] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 12/47] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 14/47] gnu: Add go-github-com-operatorfoundation-monolith-go.,
Raghav Gururajan <=
[bug#48729] [PATCH v2 17/47] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 18/47] gnu: Add go-github-com-riobard-go-bloom., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 19/47] gnu: Add go-github-com-shadowsocks-go-shadowsocks2., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 09/47] gnu: Add go-github-com-operatorfoundation-obfs4., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 11/47] gnu: Add go-github-com-op-go-logging., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 15/47] gnu: Add go-github-com-opentracing-opentracing-go., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 16/47] gnu: Add go-github-com-mufti1-interconv., Raghav Gururajan, 2021/06/03