qt-5.4: Fix reference to MySQL library.

The MySQL library has been split up from the main client/server binaries
in 53f1d8147d.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-04-02 13:27:04 +02:00
parent c80277c509
commit 8769f43aa4
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -148,7 +148,7 @@ stdenv.mkDerivation {
# doesn't remain a runtime-dep if not used
++ optionals mesaSupported [ mesa mesa_glu ]
++ optional (cups != null) cups
++ optional (mysql != null) mysql
++ optional (mysql != null) mysql.lib
++ optional (postgresql != null) postgresql;
buildInputs = [ gdb bison flex gperf ruby ];