mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
linuxPackages.vendor-reset: enable parallel building
Tested at -j48.
This commit is contained in:
parent
b36ba49e88
commit
7519523f83
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
||||
install -D vendor-reset.ko -t "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/misc/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Linux kernel vendor specific hardware reset module";
|
||||
homepage = "https://github.com/gnif/vendor-reset";
|
||||
|
Loading…
Reference in New Issue
Block a user