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 pkg-config 28 ]; 29 buildInputs = [ 30 - curl 31 gbenchmark 32 gtest 33 zlib 34 ]; 35 - propagatedBuildInputs = [ civetweb ]; 36 strictDeps = true; 37 38 cmakeFlags = [
··· 27 pkg-config 28 ]; 29 buildInputs = [ 30 gbenchmark 31 gtest 32 + ]; 33 + propagatedBuildInputs = [ 34 + civetweb 35 + curl 36 zlib 37 ]; 38 strictDeps = true; 39 40 cmakeFlags = [