mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: go-github-com-multiformats-go-multihash: Adjust inputs.
* gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Change-Id: I5ad4b78153df5cdf163507ea1b51837a6351b645
This commit is contained in:
parent
b315f4d575
commit
62b950a45d
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ (define-public go-github-com-multiformats-go-multihash
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/multiformats/go-multihash"))
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
(list go-github-com-mr-tron-base58
|
||||
go-github-com-gxed-hashland-keccakpg
|
||||
go-github-com-minio-blake2b-simd
|
||||
|
|
Loading…
Reference in a new issue