gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build.

* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports)
[propagated-inputs]: Remove
go-github-com-operatorfoundation-monolith-go; add
go-github-com-operatorfoundation-monolith-go-1.0.4

(go-github-com-operatorfoundation-monolith-go-1.0.4): New variable.

Change-Id: I858a0ca47f448985a563f2e0fce8c6a7c6de7ca7
This commit is contained in:
Sharlatan Hellseher 2024-09-22 22:16:20 +01:00
parent e3f959c7e9
commit cf3fe8f507
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1242,7 +1242,7 @@ (define-public go-github-com-operatorfoundation-shapeshifter-transports
go-github-com-kataras-golog
go-github-com-mufti1-interconv
go-github-com-opentracing-opentracing-go
go-github-com-operatorfoundation-monolith-go
go-github-com-operatorfoundation-monolith-go-1.0.4
go-github-com-operatorfoundation-obfs4
go-github-com-operatorfoundation-shapeshifter-ipc
go-github-com-shadowsocks-go-shadowsocks2
@ -1672,6 +1672,23 @@ (define-public go-github-com-operatorfoundation-monolith-go
(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-dpotapov-go-spnego
(let ((commit "298b63a544303a239753d04314aada5bdbad7e4a")
(revision "0"))