unicon-lang: disable parallel building

This commit is contained in:
Petr Zahradnik 2025-07-05 18:24:29 +02:00
parent bdaec37653
commit 97cdbe8332

View File

@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
hardeningDisable = [ "fortify" ];
enableParallelBuilding = true;
# Issues when building plugins and running tests on aarch
enableParallelBuilding = false;
doCheck = true;
checkTarget = "Test";