Revert "Merge branch 'staging-next'"
This reverts commit41af38f372, reversing changes made tof0fec244ca. Let's delay this. We have some serious regressions.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
, withMemcached ? false
|
||||
, hiredis
|
||||
, withRedis ? false
|
||||
, libmysqlclient
|
||||
, mysql
|
||||
, withMysql ? false
|
||||
, json_c
|
||||
, withJson ? false
|
||||
@@ -31,7 +31,7 @@ assert withPcap -> libpcap != null;
|
||||
assert withCap -> libcap != null;
|
||||
assert withMemcached -> libmemcached != null;
|
||||
assert withRedis -> hiredis != null;
|
||||
assert withMysql -> libmysqlclient != null;
|
||||
assert withMysql -> mysql != null;
|
||||
assert withYubikey -> libyubikey != null;
|
||||
assert withCollectd -> collectd != null;
|
||||
assert withRest -> curl != null && withJson;
|
||||
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
++ optional withCap libcap
|
||||
++ optional withMemcached libmemcached
|
||||
++ optional withRedis hiredis
|
||||
++ optional withMysql libmysqlclient
|
||||
++ optional withMysql mysql.connector-c
|
||||
++ optional withJson json_c
|
||||
++ optional withYubikey libyubikey
|
||||
++ optional withCollectd collectd
|
||||
|
||||
Reference in New Issue
Block a user