mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ola: enable parallel building
Works fine for me at -j48.
This commit is contained in:
parent
24028674a1
commit
a6524c4661
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user