mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-golang-protobuf-proto: Adjust package name.
Rename go-github-com-golang-protobuf-proto to the Golang module name as seen in go.mod. Due to lack of support of building submodules in go-build-system 'build phase is omitted and 'check phase is substituted by custom one providing nested path tests. * gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Rename to... (go-github-com-golang-protobuf): ... this. <#:unpack-path>: Remove argument. <#:phases>: Delete 'build phase. Add custom 'check phase and run tests for all submodules. (go-github-com-prometheus-common, go-github-com-matttproud-golang-protobuf-extensions-pbutil) [propagated-inputs]: Adjust accordingly. * gnu/packages/golang-check.scm (go-github-com-onsi-gomega) [propagated-inputs]: Likewise * gnu/packages/golang-web.scm (go-github-com-golang-groupcache, go-github-com-quic-go-quic-go) [propagated-inputs]: Likewise * gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model) [propagated-inputs]: Likewise * gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil) [propagated-inputs]: Likewise Change-Id: I28c11739247a5ebafefd032d04a548a683fa0454 Co-authored-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
12c72ab2cc
commit
d2d5a3af3e
5 changed files with 21 additions and 12 deletions
|
@ -919,7 +919,7 @@ language.")
|
|||
(arguments
|
||||
(list #:import-path "github.com/golang/groupcache"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-golang-protobuf-proto))
|
||||
(list go-github-com-golang-protobuf))
|
||||
(home-page "https://github.com/golang/groupcache")
|
||||
(synopsis "Groupcache is a caching and cache-filling library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue