Merge pull request #142091 from SuperSandro2000/unbound

authored by Sandro and committed by GitHub 35b01e8b f9ab4de6

+1 -1
+1 -1
pkgs/tools/networking/unbound/default.nix
··· 82 82 "--with-libhiredis=${hiredis}" 83 83 ]; 84 84 85 - PROTOC_C = if withDNSTAP then "${protobufc}/bin/protoc-c" else null; 85 + PROTOC_C = lib.optionalString withDNSTAP "${protobufc}/bin/protoc-c"; 86 86 87 87 # Remove references to compile-time dependencies that are included in the configure flags 88 88 postConfigure = let