mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
linuxPackages.rtl8821au: parallel build
So much faster. Tested at -j48.
This commit is contained in:
parent
ec33cdf902
commit
177074e3cb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user