whisper: enable parallel building
This commit is contained in:
parent
cbd45bf5a3
commit
4508debde5
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||
sed -i 's/ -static / /' makefile
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dt $out/bin whisper whisper-index
|
||||
|
|
Loading…
Reference in a new issue