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:
parent
c80277c509
commit
8769f43aa4
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user