unbound: enable parallel building
This commit is contained in:
parent
df6565e29a
commit
bcdb108d06
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user