diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-06 22:50:33 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-06 22:50:33 +0100 |
commit | d3af0fd6d99e3843ddeebe9e05f2606ab8fa9e7d (patch) | |
tree | 8f593ea15456be258f896d00923b0e36d34ee3ea | |
parent | 0e5a981c2b688da3413daf84687fd18e8c02fda7 (diff) | |
download | guix-d3af0fd6d99e3843ddeebe9e05f2606ab8fa9e7d.tar guix-d3af0fd6d99e3843ddeebe9e05f2606ab8fa9e7d.tar.gz |
gnu: go-github-com-multiformats-go-multiaddr: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr):
[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; and go-golang-org-x-crypto.
Change-Id: Ib98ea59cf43304d9f78091da4cfd45cdbc802ad4
-rw-r--r-- | gnu/packages/golang-web.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 9ce4ab2cab..354133bf17 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1292,14 +1292,8 @@ router.") (arguments (list #:import-path "github.com/multiformats/go-multiaddr")) - (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-multihash - go-github-com-spaolacci-murmur3 - go-golang-org-x-crypto)) + (propagated-inputs + (list go-github-com-multiformats-go-multihash)) (home-page "https://github.com/multiformats/go-multiaddr") (synopsis "Composable and future-proof network addresses") (description |