3
0
Fork 0
forked from mirrors/nixpkgs

qmmp: set enableParallelBuilding = true

Speed up builds on multi-core machines. (Tested on 12-core machine.)
This commit is contained in:
Bjørn Forsman 2016-08-25 11:22:05 +02:00
parent d6dd2ab324
commit 2bfdca8233

View file

@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
libsamplerate
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Qt-based audio player that looks like Winamp";
homepage = http://qmmp.ylsoftware.com/;