mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #186939 from NickCao/capnproto-fixup
capnproto: move openssl to propagatedBuildInputs
This commit is contained in:
commit
34ec80d662
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ openssl zlib ];
|
propagatedBuildInputs = [ openssl zlib ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://capnproto.org/";
|
homepage = "https://capnproto.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user