ejabberd: drop riak support

riak project is dead.
This commit is contained in:
Jörg Thalheim 2021-07-01 09:10:34 +02:00
parent 82973506ac
commit 6a04b91a98
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -6,7 +6,6 @@
, withSqlite ? false, sqlite
, withPam ? false, pam
, withZlib ? true, zlib
, withRiak ? false
, withIconv ? true
, withTools ? false
, withRedis ? false
@ -80,7 +79,6 @@ in stdenv.mkDerivation rec {
(lib.enableFeature withSqlite "sqlite")
(lib.enableFeature withPam "pam")
(lib.enableFeature withZlib "zlib")
(lib.enableFeature withRiak "riak")
(lib.enableFeature withIconv "iconv")
(lib.enableFeature withTools "tools")
(lib.enableFeature withRedis "redis")