mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue