mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
linuxPackages.rtl8812au: parallel build
So much faster. Tested at -j48.
This commit is contained in:
parent
97389b7650
commit
db1f8c596d
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
|||||||
nuke-refs $out/lib/modules/*/kernel/net/wireless/*.ko
|
nuke-refs $out/lib/modules/*/kernel/net/wireless/*.ko
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
|
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
|
||||||
homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";
|
homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";
|
||||||
|
Loading…
Reference in New Issue
Block a user