mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:17:37 +00:00
linuxPackages.rtl8821ce: parallel build
So much faster. Tested at -j48.
This commit is contained in:
parent
177074e3cb
commit
6da5cc14c7
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p "$out/lib/modules/${kernel.modDirVersion}/kernel/net/wireless/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Realtek rtl8821ce driver";
|
||||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||
|
Loading…
Reference in New Issue
Block a user