libgcrypt: set enableParallelChecking=true

This commit is contained in:
Adam Joseph
2023-12-01 13:44:51 -08:00
parent 033c051747
commit c75b720939
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
'';
doCheck = true;
enableParallelChecking = true;
passthru.tests = {
inherit gnupg libotr rsyslog;