mariadb: fix by disabling automatic output actions

Now qt4 builds again.

I failed to split headers away from the libs
while making qt4 still detect and use mysql.
This commit is contained in:
Vladimír Čunát 2015-04-19 13:33:32 +02:00
parent ba62e9e81e
commit 9ff2ec090f

View File

@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
outputs = [ "out" "lib" ];
setOutputFlags = false;
moveToDev = false;
prePatch = ''
substituteInPlace cmake/libutils.cmake \