mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
linuxPackages.rtl8814au: parallel build
So much faster. Tested at -j48.
This commit is contained in:
parent
db1f8c596d
commit
ec33cdf902
@ -29,6 +29,8 @@ stdenv.mkDerivation {
|
||||
mkdir -p "$out/lib/modules/${kernel.modDirVersion}/kernel/net/wireless/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Realtek 8814AU USB WiFi driver";
|
||||
homepage = "https://github.com/morrownr/8814au";
|
||||
|
Loading…
Reference in New Issue
Block a user