Merge pull request #222343 from azahi/unbound-parallel-building

This commit is contained in:
Bernardo Meurer
2023-03-28 09:22:57 -03:00
committed by GitHub
@@ -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}"