ola: enable parallel building
Works fine for me at -j48.
This commit is contained in:
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--enable-python-libs" ];
|
configureFlags = [ "--enable-python-libs" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A framework for controlling entertainment lighting equipment.";
|
description = "A framework for controlling entertainment lighting equipment.";
|
||||||
homepage = "https://www.openlighting.org/ola/";
|
homepage = "https://www.openlighting.org/ola/";
|
||||||
|
|||||||
Reference in New Issue
Block a user