diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-07 11:46:14 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-11 23:52:04 -0500 |
commit | 8fc7f20cb2f5779a9c23c9e8745cd471d4e36fc6 (patch) | |
tree | 2520bd29c759b6dafbfef7adb465d276ff3382a9 | |
parent | c847585732aa12ac26ccf101899d81b0c8f9d0cf (diff) |
gnu: opendht: Use latest fmt.
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
-rw-r--r-- | gnu/packages/networking.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 082e7c7313..e3d993d388 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |