mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: opendht: Propagate msgpack.
* gnu/packages/crypto.scm (opendht)[inputs]: Remove msgpack. [propagated-inputs]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
974aaf71e5
commit
615c999055
1 changed files with 2 additions and 1 deletions
|
@ -147,9 +147,10 @@ (define-public opendht
|
|||
(inputs
|
||||
`(("gnutls" ,gnutls)
|
||||
("nettle" ,nettle)
|
||||
("msgpack" ,msgpack)
|
||||
("readline" ,readline)
|
||||
("argon2" ,argon2)))
|
||||
(propagated-inputs
|
||||
`(("msgpack" ,msgpack))) ;included in several installed headers
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue