digikam: mark as big-paralllel (#408472)

This commit is contained in:
Martin Weinelt
2025-05-18 21:34:37 +02:00
committed by GitHub
+3
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/";