mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: go-github-com-multiformats-go-multiaddr-net: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-net): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3, go-golang-org-x-crypto; and go-github-com-multiformats-go-multihash Change-Id: I577c3813d6d5a6197103b8de6d4a9b2ba2db8bef
This commit is contained in:
parent
d3af0fd6d9
commit
090fd6a4da
1 changed files with 2 additions and 9 deletions
|
@ -1334,15 +1334,8 @@ (define-public go-github-com-multiformats-go-multiaddr-net
|
|||
;; TODO: Tests fail because they try to access the network.
|
||||
#:tests? #f
|
||||
#:import-path "github.com/multiformats/go-multiaddr-net"))
|
||||
(native-inputs
|
||||
(list go-github-com-gxed-hashland-keccakpg
|
||||
go-github-com-minio-blake2b-simd
|
||||
go-github-com-minio-sha256-simd
|
||||
go-github-com-mr-tron-base58
|
||||
go-github-com-multiformats-go-multiaddr
|
||||
go-github-com-multiformats-go-multihash
|
||||
go-github-com-spaolacci-murmur3
|
||||
go-golang-org-x-crypto))
|
||||
(propagated-inputs
|
||||
(list go-github-com-multiformats-go-multiaddr))
|
||||
(home-page "https://github.com/multiformats/go-multiaddr-net")
|
||||
(synopsis "Multiaddress net tools")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue