tpm2-abrmd: enable parallel building

This commit is contained in:
Leon Schuermann
2020-06-17 16:46:18 +02:00
committed by Daniel Schaefer
parent fb667c1beb
commit 3cc29166a7
@@ -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;