digikam: mark as big-paralllel

This will allocate more resources to the build making sure it completes
in a more reasonable time and not block a build slot for over 3 hours.
This commit is contained in:
Martin Weinelt 2025-05-18 21:05:08 +02:00
parent 3ef0c67463
commit 8ef6064848
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -204,6 +204,9 @@ stdenv.mkDerivation (finalAttrs: {
--replace "/usr/bin/sqlite3" "${lib.getExe sqlite}"
'';
# over 3h in a normal build slot (2 cores
requiredSystemFeatures = [ "big-parallel" ];
meta = {
description = "Photo management application";
homepage = "https://www.digikam.org/";