···8282 "--with-libhiredis=${hiredis}"
8383 ];
84848585- PROTOC_C = if withDNSTAP then "${protobufc}/bin/protoc-c" else null;
8585+ PROTOC_C = lib.optionalString withDNSTAP "${protobufc}/bin/protoc-c";
86868787 # Remove references to compile-time dependencies that are included in the configure flags
8888 postConfigure = let