Merge pull request #142091 from SuperSandro2000/unbound

This commit is contained in:
Sandro
2021-10-22 23:08:51 +02:00
committed by GitHub
+1 -1
View File
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
"--with-libhiredis=${hiredis}"
];
PROTOC_C = if withDNSTAP then "${protobufc}/bin/protoc-c" else null;
PROTOC_C = lib.optionalString withDNSTAP "${protobufc}/bin/protoc-c";
# Remove references to compile-time dependencies that are included in the configure flags
postConfigure = let