prometheus-cpp: propagate curl and zlib

These are needed when building a downstream package that uses CMake
to find prometheus-cpp as a dependency.
This commit is contained in:
Tobias Mayer
2025-07-18 00:03:02 +02:00
parent 895f46774c
commit ee4bf900d9
+4 -2
View File
@@ -27,12 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
buildInputs = [
curl
gbenchmark
gtest
];
propagatedBuildInputs = [
civetweb
curl
zlib
];
propagatedBuildInputs = [ civetweb ];
strictDeps = true;
cmakeFlags = [