mpv: disable samba support by default
samba support will be dropped in mpv upstream in its next release (see
3b8b7cb9d4
).
Also, using it triggered segmentation faults when using luasocket.
Closes #88584
This commit is contained in:
parent
5e898d1cb8
commit
164985ab68
|
@ -39,7 +39,7 @@
|
||||||
, libpngSupport ? true, libpng ? null
|
, libpngSupport ? true, libpng ? null
|
||||||
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
|
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
|
||||||
, rubberbandSupport ? stdenv.isLinux, rubberband ? null
|
, rubberbandSupport ? stdenv.isLinux, rubberband ? null
|
||||||
, sambaSupport ? stdenv.isLinux, samba ? null
|
, sambaSupport ? false, samba ? null
|
||||||
, screenSaverSupport ? true, libXScrnSaver ? null
|
, screenSaverSupport ? true, libXScrnSaver ? null
|
||||||
, sdl2Support ? true, SDL2 ? null
|
, sdl2Support ? true, SDL2 ? null
|
||||||
, sndioSupport ? true, sndio ? null
|
, sndioSupport ? true, sndio ? null
|
||||||
|
|
Loading…
Reference in New Issue