treewide: libmysql -> mysql.connector-c
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, bzip2, zlib, inotify-tools, pam, libcap
|
||||
, clucene_core_2, icu, openldap
|
||||
# Auth modules
|
||||
, withMySQL ? false, libmysql
|
||||
, withMySQL ? false, mysql
|
||||
, withPgSQL ? false, postgresql
|
||||
, withSQLite ? true, sqlite
|
||||
}:
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
buildInputs = [ openssl bzip2 zlib clucene_core_2 icu openldap ]
|
||||
++ lib.optionals (stdenv.isLinux) [ systemd pam libcap inotify-tools ]
|
||||
++ lib.optional withMySQL libmysql
|
||||
++ lib.optional withMySQL mysql.connector-c
|
||||
++ lib.optional withPgSQL postgresql
|
||||
++ lib.optional withSQLite sqlite;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user