libgcrypt: set enableParallelChecking=true

This commit is contained in:
Adam Joseph 2023-11-30 15:26:43 -08:00
parent 033c051747
commit c75b720939

View File

@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
'';
doCheck = true;
enableParallelChecking = true;
passthru.tests = {
inherit gnupg libotr rsyslog;