mpv: disable samba support on darwin

This commit is contained in:
Mario Rodas 2019-11-13 22:57:29 -05:00
parent 9a2dcdc1db
commit 3510e233dc
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -39,7 +39,7 @@
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
, rubberbandSupport ? stdenv.isLinux, rubberband ? null
, screenSaverSupport ? true, libXScrnSaver ? null
, sambaSupport ? true, samba ? null
, sambaSupport ? stdenv.isLinux, samba ? null
, sdl2Support ? true, SDL2 ? null
, sndioSupport ? true, sndio ? null
, speexSupport ? true, speex ? null