qt3: use getConfig in mysqlSupport
svn path=/nixpkgs/branches/stdenv-updates/; revision=10263
This commit is contained in:
parent
8c88f15884
commit
765cd20094
@ -2406,7 +2406,7 @@ rec {
|
|||||||
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
||||||
libXmu libXinerama xineramaproto libXcursor;
|
libXmu libXinerama xineramaproto libXcursor;
|
||||||
openglSupport = mesaSupported;
|
openglSupport = mesaSupported;
|
||||||
mysqlSupport = false;
|
mysqlSupport = getConfig ["qt" "mysql"] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
qt4 = getVersion "qt4" qt4_alts;
|
qt4 = getVersion "qt4" qt4_alts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user