Merge pull request #186939 from NickCao/capnproto-fixup

capnproto: move openssl to propagatedBuildInputs
This commit is contained in:
Bobby Rong 2022-08-16 20:50:14 +08:00 committed by GitHub
commit 34ec80d662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ openssl zlib ];
propagatedBuildInputs = [ openssl zlib ];
meta = with lib; {
homepage = "https://capnproto.org/";