mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
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
This commit is contained in:
parent
8f9ab6a652
commit
45f7e86f38
2 changed files with 50 additions and 49 deletions
|
@ -12977,6 +12977,56 @@ composable way such that accurate error can be reasoned about.")
|
||||||
@@url{https://rfc-editor.org/rfc/rfc8010.html,RFC 8010}.")
|
@@url{https://rfc-editor.org/rfc/rfc8010.html,RFC 8010}.")
|
||||||
(license license:bsd-2)))
|
(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
|
(define-public go-github-com-orisano-pixelmatch
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-orisano-pixelmatch")
|
(name "go-github-com-orisano-pixelmatch")
|
||||||
|
|
|
@ -1208,55 +1208,6 @@ form that bypasses network filtering, allowing the application to work on
|
||||||
networks where it would otherwise be blocked or heavily throttled.")
|
networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(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-blanu-dust
|
(define-public go-github-com-blanu-dust
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blanu-dust")
|
(name "go-github-com-blanu-dust")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue