libvlc: fix build by providing openssl

I don't know why or when this started exactly;
possibly with libssh2 update merged in 95884fec77.
Feel free to investigate and improve.
This commit is contained in:
Vladimír Čunát
2023-06-04 16:24:25 +02:00
parent d84131e3d6
commit 46f30a032e
+2
View File
@@ -54,6 +54,7 @@
, lua5
, mpeg2dec
, ncurses
, openssl
, perl
, pkg-config
, removeReferencesTo
@@ -158,6 +159,7 @@ stdenv.mkDerivation rec {
libXvMC
xcbutilkeysyms
])
++ optional onlyLibVLC openssl # not sure why
++ optional (!stdenv.hostPlatform.isAarch && !onlyLibVLC) live555
++ optional jackSupport libjack2
++ optionals chromecastSupport [ libmicrodns protobuf ]