mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: opendht: Use latest fmt.
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
This commit is contained in:
parent
c847585732
commit
8fc7f20cb2
1 changed files with 4 additions and 1 deletions
|
@ -3750,7 +3750,10 @@ (define-public opendht
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue