Skip to content

Commit

Permalink
Merge pull request #121075 from arcnmx/ncmpcpp-parallel
Browse files Browse the repository at this point in the history
ncmpcpp: enableParallelBuilding
  • Loading branch information
Ma27 committed Apr 29, 2021
2 parents 2856277 + eff1be4 commit fcef932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/ncmpcpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-+qv2FXyMsbJKBZryduFi+p+aO5zTgQxDuRKIYMk4Ohs=";
};

enableParallelBuilding = true;
configureFlags = [ "BOOST_LIB_SUFFIX=" ]
++ optional outputsSupport "--enable-outputs"
++ optional visualizerSupport "--enable-visualizer --with-fftw"
Expand Down

0 comments on commit fcef932

Please sign in to comment.