xwax: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-04-27 22:56:25 +01:00
parent 185b3fcf1e
commit 16049b27ca
+2
View File
@@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
"--enable-jack"
];
enableParallelBuilding = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "-h";
doInstallCheck = true;