me
/
guix
Archived
1
0
Fork 0

gnu: opendht: Use latest fmt.

* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
master
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
1 changed files with 4 additions and 1 deletions

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