sox: enable parallel building
Tested at -j64.
This commit is contained in:
parent
49e189a2bf
commit
02217618d3
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optional enableLibpulseaudio libpulseaudio
|
||||
++ lib.optional stdenv.isDarwin CoreAudio;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Sample Rate Converter for audio";
|
||||
homepage = "https://sox.sourceforge.net/";
|
||||
|
|
Loading…
Reference in a new issue