File tree 2 files changed +2
-2
lines changed
pkgs/development/libraries/qt-5
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ stdenv.mkDerivation {
222
222
[ bison flex gperf ]
223
223
++ lib . optional developerBuild gdb
224
224
++ lib . optional ( cups != null ) cups
225
- ++ lib . optional ( mysql != null ) mysql . lib
225
+ ++ lib . optional ( mysql != null ) mysql . connector-c
226
226
++ lib . optional ( postgresql != null ) postgresql ;
227
227
228
228
nativeBuildInputs = [ lndir perl pkgconfig python2 ] ++ lib . optional ( ! stdenv . isDarwin ) patchelf ;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ stdenv.mkDerivation {
69
69
++ lib . optionals ( ! stdenv . isDarwin ) [ gtk3 libinput ]
70
70
++ lib . optional developerBuild gdb
71
71
++ lib . optional ( cups != null ) cups
72
- ++ lib . optional ( mysql != null ) mysql . lib
72
+ ++ lib . optional ( mysql != null ) mysql . connector-c
73
73
++ lib . optional ( postgresql != null ) postgresql ;
74
74
75
75
nativeBuildInputs =
You can’t perform that action at this time.
0 commit comments