tpm2-abrmd: enable parallel building

This commit is contained in:
Leon Schuermann 2020-06-16 13:18:11 +02:00 committed by Daniel Schaefer
parent fb667c1beb
commit 3cc29166a7

View file

@ -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;