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:
parent
d84131e3d6
commit
46f30a032e
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
, lua5
|
, lua5
|
||||||
, mpeg2dec
|
, mpeg2dec
|
||||||
, ncurses
|
, ncurses
|
||||||
|
, openssl
|
||||||
, perl
|
, perl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, removeReferencesTo
|
, removeReferencesTo
|
||||||
|
@ -158,6 +159,7 @@ stdenv.mkDerivation rec {
|
||||||
libXvMC
|
libXvMC
|
||||||
xcbutilkeysyms
|
xcbutilkeysyms
|
||||||
])
|
])
|
||||||
|
++ optional onlyLibVLC openssl # not sure why
|
||||||
++ optional (!stdenv.hostPlatform.isAarch && !onlyLibVLC) live555
|
++ optional (!stdenv.hostPlatform.isAarch && !onlyLibVLC) live555
|
||||||
++ optional jackSupport libjack2
|
++ optional jackSupport libjack2
|
||||||
++ optionals chromecastSupport [ libmicrodns protobuf ]
|
++ optionals chromecastSupport [ libmicrodns protobuf ]
|
||||||
|
|
Loading…
Reference in a new issue