mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
||||||
(chmod dhtcluster #o555)
|
(chmod dhtcluster #o555)
|
||||||
(wrap-program dhtcluster
|
(wrap-program dhtcluster
|
||||||
`("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
|
`("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
|
||||||
(inputs (list bash-minimal fmt-8 readline))
|
(inputs
|
||||||
|
(list bash-minimal
|
||||||
|
fmt
|
||||||
|
readline))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list msgpack ;included in several installed headers
|
(list msgpack ;included in several installed headers
|
||||||
restinio ;included in opendht/http.h
|
restinio ;included in opendht/http.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue