libssh2: propagate openssl
I think think this started with the update in 268a7bab34
.
This commit is contained in:
parent
09720cc41f
commit
d6c138dff2
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue