Skip to content

Commit d880360

Browse files
committedJul 9, 2017
mariadb: more lib -> connector-c
1 parent 322a4e1 commit d880360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkgs/development/libraries/qt-5/5.6/qtbase/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ stdenv.mkDerivation {
222222
[ bison flex gperf ]
223223
++ lib.optional developerBuild gdb
224224
++ lib.optional (cups != null) cups
225-
++ lib.optional (mysql != null) mysql.lib
225+
++ lib.optional (mysql != null) mysql.connector-c
226226
++ lib.optional (postgresql != null) postgresql;
227227

228228
nativeBuildInputs = [ lndir perl pkgconfig python2 ] ++ lib.optional (!stdenv.isDarwin) patchelf;

‎pkgs/development/libraries/qt-5/5.9/qtbase/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
6969
++ lib.optionals (!stdenv.isDarwin) [ gtk3 libinput ]
7070
++ lib.optional developerBuild gdb
7171
++ lib.optional (cups != null) cups
72-
++ lib.optional (mysql != null) mysql.lib
72+
++ lib.optional (mysql != null) mysql.connector-c
7373
++ lib.optional (postgresql != null) postgresql;
7474

7575
nativeBuildInputs =

0 commit comments

Comments
 (0)
Please sign in to comment.