linuxPackages.rtl8821au: parallel build

So much faster.  Tested at -j48.
This commit is contained in:
Alyssa Ross 2021-08-30 10:47:16 +00:00
parent ec33cdf902
commit 177074e3cb

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
nuke-refs $out/lib/modules/*/kernel/net/wireless/*.ko
'';
enableParallelBuilding = true;
meta = with lib; {
description = "rtl8821AU and rtl8812AU chipset driver with firmware";
homepage = "https://github.com/morrownr/8821au";