~ruther/guix-local

090fd6a4da1a3fe2e24b6e23ee030c010ba0db16 — Sharlatan Hellseher 2 years ago d3af0fd
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
1 files changed, 2 insertions(+), 9 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +2 -9
@@ 1334,15 1334,8 @@ following:
        ;; 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