Merge pull request #222343 from azahi/unbound-parallel-building
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user