From 47d115f5808ed64a1f84516d02b80527a8a9243f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 29 Jun 2025 06:55:24 +0100 Subject: [PATCH] cryptsetup: enable parallel building --- pkgs/by-name/cr/cryptsetup/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/cr/cryptsetup/package.nix b/pkgs/by-name/cr/cryptsetup/package.nix index c02a79dd7a23..49087c07ec7b 100644 --- a/pkgs/by-name/cr/cryptsetup/package.nix +++ b/pkgs/by-name/cr/cryptsetup/package.nix @@ -86,6 +86,8 @@ stdenv.mkDerivation rec { popt ] ++ lib.optional (!withInternalArgon2) libargon2; + enableParallelBuilding = true; + # The test [7] header backup in compat-test fails with a mysterious # "out of memory" error, even though tons of memory is available. # Issue filed upstream: https://gitlab.com/cryptsetup/cryptsetup/-/issues/763