···121 # The following libraries are only used in plugins
122 buildInputs =
123 [ cups # Qt dlopen's libcups instead of linking to it
124- mysql postgresql sqlite libjpeg libmng libtiff icu ]
125 ++ optionals gtkStyle [ gtk gdk_pixbuf ];
126127 nativeBuildInputs = [ perl pkgconfig which ];
···121 # The following libraries are only used in plugins
122 buildInputs =
123 [ cups # Qt dlopen's libcups instead of linking to it
124+ mysql.lib postgresql sqlite libjpeg libmng libtiff icu ]
125 ++ optionals gtkStyle [ gtk gdk_pixbuf ];
126127 nativeBuildInputs = [ perl pkgconfig which ];
+1-1
pkgs/development/libraries/qt-5/5.3/default.nix
···153 # doesn't remain a runtime-dep if not used
154 ++ optionals mesaSupported [ mesa mesa_glu ]
155 ++ optional (cups != null) cups
156- ++ optional (mysql != null) mysql
157 ++ optional (postgresql != null) postgresql;
158159 buildInputs = [ gdb bison flex gperf ruby ];