Revert "libvlc: fix build by providing openssl"

This reverts commit 46f30a032e.
This commit is contained in:
Vladimír Čunát 2023-06-05 14:33:25 +02:00
parent d6c138dff2
commit 89ce4d8cac
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -54,7 +54,6 @@
, lua5
, mpeg2dec
, ncurses
, openssl
, perl
, pkg-config
, removeReferencesTo
@ -159,7 +158,6 @@ stdenv.mkDerivation rec {
libXvMC
xcbutilkeysyms
])
++ optional onlyLibVLC openssl # not sure why
++ optional (!stdenv.hostPlatform.isAarch && !onlyLibVLC) live555
++ optional jackSupport libjack2
++ optionals chromecastSupport [ libmicrodns protobuf ]