3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

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