tpm2-abrmd: enable parallel building
This commit is contained in:
committed by
Daniel Schaefer
parent
fb667c1beb
commit
3cc29166a7
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
tpm2-tss glib which dbus cmocka
|
tpm2-tss glib which dbus cmocka
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Unit tests are currently broken as the check phase attempts to start a dbus daemon etc.
|
# Unit tests are currently broken as the check phase attempts to start a dbus daemon etc.
|
||||||
#configureFlags = [ "--enable-unit" ];
|
#configureFlags = [ "--enable-unit" ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user