unbound: enable parallel building
This commit is contained in:
parent
df6565e29a
commit
bcdb108d06
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue