redland: use connector-c

This commit is contained in:
Robin Gloster 2017-12-28 14:29:05 +01:00
parent c300d9e01c
commit b56ebb07bc

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl pkgconfig ];
buildInputs = [ openssl libxslt curl pcre libxml2 ]
++ stdenv.lib.optional withMysql mysql
++ stdenv.lib.optional withMysql mysql.connector-c
++ stdenv.lib.optional withSqlite sqlite
++ stdenv.lib.optional withPostgresql postgresql
++ stdenv.lib.optional withBdb db;