1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: opendht: Use latest fmt.

* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
This commit is contained in:
Maxim Cournoyer
2022-11-07 11:46:14 -05:00
parent c847585732
commit 8fc7f20cb2

View File

@@ -3750,7 +3750,10 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(chmod dhtcluster #o555)
(wrap-program dhtcluster
`("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
(inputs (list bash-minimal fmt-8 readline))
(inputs
(list bash-minimal
fmt
readline))
(propagated-inputs
(list msgpack ;included in several installed headers
restinio ;included in opendht/http.h