summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-21 23:06:45 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 16:50:17 +0100
commit45f7e86f38d9edb4dda9f35f9e0f58a5a80baf11 (patch)
tree03e2bf0b0d033fd5decc3302e16905e87c615c87 /gnu/packages/golang-xyz.scm
parent8f9ab6a652531470c65f9cfb41cd4ee713b03210 (diff)
gnu: go-github-com-operatorfoundation-monolith-go: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go, go-github-com-operatorfoundation-monolith-go-1.0.4): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0a211a49b3f7dc6f34ae117f03fddeb3315dd388
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm50
1 files changed, 50 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fdf0ae6de0..801f1aa9b7 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12977,6 +12977,56 @@ composable way such that accurate error can be reasoned about.")
@@url{https://rfc-editor.org/rfc/rfc8010.html,RFC 8010}.")
(license license:bsd-2)))
+(define-public go-github-com-operatorfoundation-monolith-go
+ (package
+ (name "go-github-com-operatorfoundation-monolith-go")
+ (version "1.0.10")
+ (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 "0zzamnrakjvz9frxscyhrvyz2ikqq2klmynn218jk5dar6mc6xyf"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/OperatorFoundation/monolith-go"
+ #:test-flags
+ #~(list "-skip" (string-join
+ (list "TestEnumeratedItems"
+ "TestOptional2"
+ "TestVariableStringsPart")
+ "|"))))
+ (propagated-inputs
+ (list go-github-com-deckarep-golang-set))
+ (home-page "https://github.com/OperatorFoundation/monolith-go")
+ (synopsis "Byte sequences library")
+ (description
+ "Monolith-Go is a Go library for working with byte sequences.")
+ (license license:expat)))
+
+;; To build bitmask 0.21.11, remove when it's updated.
+(define-public go-github-com-operatorfoundation-monolith-go-1.0.4
+ (package
+ (inherit go-github-com-operatorfoundation-monolith-go)
+ (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"))))))
+
(define-public go-github-com-orisano-pixelmatch
(package
(name "go-github-com-orisano-pixelmatch")