libssh2: propagate openssl

I think think this started with the update in 268a7bab34.
This commit is contained in:
Vladimír Čunát 2023-06-05 14:32:24 +02:00
parent 09720cc41f
commit d6c138dff2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "devdoc" ];
buildInputs = [ openssl zlib ]
propagatedBuildInputs = [ openssl ]; # see Libs: in libssh2.pc
buildInputs = [ zlib ]
++ lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64;
meta = with lib; {