Unverified Commit ee4bf900 authored by Tobias Mayer's avatar Tobias Mayer
Browse files

prometheus-cpp: propagate curl and zlib

These are needed when building a downstream package that uses CMake
to find prometheus-cpp as a dependency.
parent 895f4677
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,12 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
    pkg-config
  ];
  buildInputs = [
    curl
    gbenchmark
    gtest
  ];
  propagatedBuildInputs = [
    civetweb
    curl
    zlib
  ];
  propagatedBuildInputs = [ civetweb ];
  strictDeps = true;

  cmakeFlags = [