mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
linuxPackages.isgx: enable parallel building
Tested at -j48.
This commit is contained in:
parent
5ad9e2a74b
commit
7032ab6d61
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Intel SGX Linux Driver";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user