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:
parent
d6dd2ab324
commit
2bfdca8233
|
@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
|
||||||
libsamplerate
|
libsamplerate
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Qt-based audio player that looks like Winamp";
|
description = "Qt-based audio player that looks like Winamp";
|
||||||
homepage = http://qmmp.ylsoftware.com/;
|
homepage = http://qmmp.ylsoftware.com/;
|
||||||
|
|
Loading…
Reference in a new issue