linuxPackages.isgx: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2021-08-30 13:46:53 +00:00
parent 5ad9e2a74b
commit 7032ab6d61

View File

@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Intel SGX Linux Driver";
longDescription = ''