redland: use connector-c
This commit is contained in:
parent
c300d9e01c
commit
b56ebb07bc
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ openssl libxslt curl pcre libxml2 ]
|
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 withSqlite sqlite
|
||||||
++ stdenv.lib.optional withPostgresql postgresql
|
++ stdenv.lib.optional withPostgresql postgresql
|
||||||
++ stdenv.lib.optional withBdb db;
|
++ stdenv.lib.optional withBdb db;
|
||||||
|
Loading…
Reference in New Issue
Block a user