mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ejabberd: drop riak support
riak project is dead.
This commit is contained in:
parent
82973506ac
commit
6a04b91a98
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue