mariadb: more lib -> connector-c
This commit is contained in:
parent
3fcf6bf518
commit
9359050ae2
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user