cryptsetup: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-06-29 06:55:24 +01:00
parent f1d4eb1c30
commit 47d115f580
+2
View File
@@ -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