prometheus-cpp: propagate curl and zlib

These are needed when building a downstream package that uses CMake
to find prometheus-cpp as a dependency.

+4 -2
+4 -2
pkgs/by-name/pr/prometheus-cpp/package.nix
··· 27 27 pkg-config 28 28 ]; 29 29 buildInputs = [ 30 - curl 31 30 gbenchmark 32 31 gtest 32 + ]; 33 + propagatedBuildInputs = [ 34 + civetweb 35 + curl 33 36 zlib 34 37 ]; 35 - propagatedBuildInputs = [ civetweb ]; 36 38 strictDeps = true; 37 39 38 40 cmakeFlags = [