From 8ef606484807c7ab747402a05791d22c24257f2d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 18 May 2025 21:05:08 +0200 Subject: [PATCH] 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. --- pkgs/by-name/di/digikam/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/di/digikam/package.nix b/pkgs/by-name/di/digikam/package.nix index 4da34b3c9b68..9c0d01fd5838 100644 --- a/pkgs/by-name/di/digikam/package.nix +++ b/pkgs/by-name/di/digikam/package.nix @@ -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/";