ola: enable parallel building

Works fine for me at -j48.
gstqt5
Alyssa Ross 2020-07-17 15:25:02 +00:00
parent 24028674a1
commit a6524c4661
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-python-libs" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A framework for controlling entertainment lighting equipment.";
homepage = "https://www.openlighting.org/ola/";