mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
qt3: use getConfig in mysqlSupport
svn path=/nixpkgs/trunk/; revision=10357
This commit is contained in:
parent
8e2d3fca62
commit
cb609e71ac
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ rec {
|
|||
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
||||
libXmu libXinerama xineramaproto libXcursor;
|
||||
openglSupport = mesaSupported;
|
||||
mysqlSupport = false;
|
||||
mysqlSupport = getConfig ["qt" "mysql"] false;
|
||||
};
|
||||
|
||||
qt4 = getVersion "qt4" qt4_alts;
|
||||
|
|
Loading…
Reference in a new issue