Unverified Commit 313069ae authored by Nick Cao's avatar Nick Cao
Browse files

capnproto: move openssl to propagatedBuildInputs

parent 429a211d
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/";