qtractor: enable parallel building

This commit is contained in:
Orivej Desh 2020-03-26 20:59:09 +00:00
parent 1780933db1
commit cc81399036

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
suil
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Audio/MIDI multi-track sequencer";
homepage = http://qtractor.sourceforge.net;