tpm2-abrmd: enable parallel building
This commit is contained in:
parent
fb667c1beb
commit
3cc29166a7
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
tpm2-tss glib which dbus cmocka
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Unit tests are currently broken as the check phase attempts to start a dbus daemon etc.
|
||||
#configureFlags = [ "--enable-unit" ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue