mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
qt3: use getConfig in mysqlSupport
svn path=/nixpkgs/trunk/; revision=10357
This commit is contained in:
parent
8e2d3fca62
commit
cb609e71ac
@ -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 New Issue
Block a user