mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
linuxPackages.rtl88x2bu: parallel build
So much faster. Tested at -j48.
This commit is contained in:
parent
9ef6829aea
commit
66a079fc31
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p "$out/lib/modules/${kernel.modDirVersion}/kernel/net/wireless/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Realtek rtl88x2bu driver";
|
||||
homepage = "https://github.com/morrownr/88x2bu";
|
||||
|
Loading…
Reference in New Issue
Block a user