Commit 16049b27 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

xwax: enable parallel building

parent 185b3fcf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
    "--enable-jack"
  ];

  enableParallelBuilding = true;

  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "-h";
  doInstallCheck = true;