mariadb: more lib -> connector-c

This commit is contained in:
Robin Gloster 2017-07-09 23:44:30 +02:00
parent 3fcf6bf518
commit 9359050ae2

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation {
)
++ lib.optional developerBuild gdb
++ lib.optional (cups != null) cups
++ lib.optional (mysql != null) mysql.lib
++ lib.optional (mysql != null) mysql.connector-c
++ lib.optional (postgresql != null) postgresql;
nativeBuildInputs =