about summary refs log tree commit diff
path: root/pkgs/servers/xmpp
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-07-01 09:10:34 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-07-01 09:10:36 +0200
commit6a04b91a9873d4bc9b2d91c5231ada97475efe2b (patch)
tree600d47853ef4ceae6a2bd32d147d8bc81d350806 /pkgs/servers/xmpp
parent82973506ac1db703661dd2d767cb2adb017652af (diff)
ejabberd: drop riak support
riak project is dead.
Diffstat (limited to 'pkgs/servers/xmpp')
-rw-r--r--pkgs/servers/xmpp/ejabberd/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/xmpp/ejabberd/default.nix b/pkgs/servers/xmpp/ejabberd/default.nix
index 6dccb39ad2a9a..bf0b7472c5712 100644
--- a/pkgs/servers/xmpp/ejabberd/default.nix
+++ b/pkgs/servers/xmpp/ejabberd/default.nix
@@ -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")