Skip to content

Commit

Permalink
whisper: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Jan 25, 2024
1 parent cbd45bf commit 4508deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/science/biology/whisper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
sed -i 's/ -static / /' makefile
'';

enableParallelBuilding = true;

installPhase = ''
runHook preInstall
install -Dt $out/bin whisper whisper-index
Expand Down

0 comments on commit 4508deb

Please sign in to comment.