lol

libssh2: propagate openssl

I think think this started with the update in 268a7bab344.

+2 -1
+2 -1
pkgs/development/libraries/libssh2/default.nix
··· 11 11 12 12 outputs = [ "out" "dev" "devdoc" ]; 13 13 14 - buildInputs = [ openssl zlib ] 14 + propagatedBuildInputs = [ openssl ]; # see Libs: in libssh2.pc 15 + buildInputs = [ zlib ] 15 16 ++ lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64; 16 17 17 18 meta = with lib; {