unbound: enable parallel building

This commit is contained in:
Azat Bahawi 2023-03-21 13:28:05 +03:00
parent df6565e29a
commit bcdb108d06
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
++ lib.optionals withDoH [ libnghttp2 ]
++ lib.optionals withPythonModule [ python ];
enableParallelBuilding = true;
configureFlags = [
"--with-ssl=${openssl.dev}"
"--with-libexpat=${expat.dev}"