forked from mirrors/nixpkgs
ncmpcpp: enableParallelBuilding
This commit is contained in:
parent
afd7f222bf
commit
eff1be4ab0
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue