3
0
Fork 0
forked from mirrors/nixpkgs

linuxPackages.openrazer: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2022-05-23 12:11:18 +00:00
parent 0828004641
commit 2cdd54c279
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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";