Unverified Commit 34ec80d6 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #186939 from NickCao/capnproto-fixup

capnproto: move openssl to propagatedBuildInputs
parents c9164687 313069ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [ cmake ];
  buildInputs = [ openssl zlib ];
  propagatedBuildInputs = [ openssl zlib ];

  meta = with lib; {
    homepage    = "https://capnproto.org/";