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:
@@ -27,12 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
curl
|
||||
gbenchmark
|
||||
gtest
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
civetweb
|
||||
curl
|
||||
zlib
|
||||
];
|
||||
propagatedBuildInputs = [ civetweb ];
|
||||
strictDeps = true;
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user