Commit 2c3a5a0f authored by Robert Helgesson's avatar Robert Helgesson
Browse files

libcpr: make curl a propagated build input

When using the libcpr library then built executable sometimes need to
be linked directly with curl, so make it available.
parent 05aa94f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stdenv.mkDerivation {

  nativeBuildInputs = [ cmake ];

  buildInputs = [ curl ];
  propagatedBuildInputs = [ curl ];

  cmakeFlags = [
    "-DCPR_USE_SYSTEM_CURL=ON"