linuxPackages.rtl8812au: parallel build

So much faster.  Tested at -j48.
This commit is contained in:
Alyssa Ross 2021-08-30 10:45:06 +00:00
parent 97389b7650
commit db1f8c596d

View File

@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
nuke-refs $out/lib/modules/*/kernel/net/wireless/*.ko
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";