tpm2-tss: enable parallel building
This commit is contained in:
parent
8e94e61aec
commit
de064be984
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
cmocka uthash
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = "patchShebangs script";
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue