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
|
@ -147,9 +147,10 @@ OpenBSD tool of the same name.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("nettle" ,nettle)
|
("nettle" ,nettle)
|
||||||
("msgpack" ,msgpack)
|
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("argon2" ,argon2)))
|
("argon2" ,argon2)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("msgpack" ,msgpack))) ;included in several installed headers
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue