me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-04-06 22:50:33 +01:00
parent 0e5a981c2b
commit d3af0fd6d9
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 8 deletions

View File

@ -1292,14 +1292,8 @@ router.")
(arguments (arguments
(list (list
#:import-path "github.com/multiformats/go-multiaddr")) #:import-path "github.com/multiformats/go-multiaddr"))
(native-inputs (propagated-inputs
(list go-github-com-gxed-hashland-keccakpg (list go-github-com-multiformats-go-multihash))
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))
(home-page "https://github.com/multiformats/go-multiaddr") (home-page "https://github.com/multiformats/go-multiaddr")
(synopsis "Composable and future-proof network addresses") (synopsis "Composable and future-proof network addresses")
(description (description