Merge pull request #156883 from helsinki-systems/fix/libvlc
This commit is contained in:
commit
c34ea780d0
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
|
||||||
xcbutilkeysyms
|
xcbutilkeysyms
|
||||||
xlibsWrapper
|
xlibsWrapper
|
||||||
])
|
])
|
||||||
++ optional (!hostIsAarch) live555
|
++ optional (!hostIsAarch && !onlyLibVLC) live555
|
||||||
++ optional jackSupport libjack2
|
++ optional jackSupport libjack2
|
||||||
++ optionals chromecastSupport [ libmicrodns protobuf ]
|
++ optionals chromecastSupport [ libmicrodns protobuf ]
|
||||||
++ optionals skins2Support (with xorg; [
|
++ optionals skins2Support (with xorg; [
|
||||||
|
|
Loading…
Reference in a new issue