mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-24 18:11:51 +02: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:
committed by
Ludovic Courtès
parent
974aaf71e5
commit
615c999055
@@ -147,9 +147,10 @@ OpenBSD tool of the same name.")
|
||||
(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)
|
||||
|
||||
Reference in New Issue
Block a user