digikam: enable parallel build

This commit is contained in:
Maximilian Bosch 2019-08-04 17:58:29 +02:00
parent a9d9fea4b7
commit 997ed4eca2
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -105,6 +105,8 @@ mkDerivation rec {
threadweaver
];
enableParallelBuilding = true;
cmakeFlags = [
"-DENABLE_MYSQLSUPPORT=1"
"-DENABLE_INTERNALMYSQL=1"