treewide: libmysql -> mysql.connector-c
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
, libtool ? null
|
||||
, lm_sensors ? null
|
||||
, lvm2 ? null
|
||||
, libmysql ? null
|
||||
, mysql ? null
|
||||
, postgresql ? null
|
||||
, protobufc ? null
|
||||
, python ? null
|
||||
@@ -50,9 +50,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
curl libdbi libgcrypt libmemcached
|
||||
cyrus_sasl libnotify gdk_pixbuf liboping libpcap libvirt
|
||||
libxml2 libmysql postgresql protobufc rrdtool
|
||||
libxml2 postgresql protobufc rrdtool
|
||||
varnish yajl jdk libtool python hiredis libmicrohttpd
|
||||
] ++ stdenv.lib.optionals stdenv.isLinux [
|
||||
] ++ stdenv.lib.optional (mysql != null) mysql.connector-c
|
||||
++ stdenv.lib.optionals stdenv.isLinux [
|
||||
iptables libatasmart libcredis libmodbus libsigrok
|
||||
lm_sensors lvm2 rabbitmq-c udev net_snmp libmnl
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user