Skip to content

Commit 16049b2

Browse files
committed
xwax: enable parallel building
1 parent 185b3fc commit 16049b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/xw/xwax/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
5858
"--enable-jack"
5959
];
6060

61+
enableParallelBuilding = true;
62+
6163
nativeInstallCheckInputs = [ versionCheckHook ];
6264
versionCheckProgramArg = "-h";
6365
doInstallCheck = true;

0 commit comments

Comments
 (0)