forked from mirrors/nixpkgs
linuxPackages.openrazer: enable parallel building
Tested at -j48.
This commit is contained in:
parent
0828004641
commit
2cdd54c279
|
@ -41,6 +41,8 @@ stdenv.mkDerivation (common // {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = common.meta // {
|
||||
description = "An entirely open source Linux driver that allows you to manage your Razer peripherals on GNU/Linux";
|
||||
broken = kernel.kernelOlder "4.19";
|
||||
|
|
Loading…
Reference in a new issue