Skip to content

Commit

Permalink
mpv: disable samba support by default
Browse files Browse the repository at this point in the history
samba support will be dropped in mpv upstream in its next release (see
mpv-player/mpv@3b8b7cb).
Also, using it triggered segmentation faults when using luasocket.

Closes NixOS#88584
  • Loading branch information
cript0nauta committed May 31, 2020
1 parent 5e898d1 commit 164985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
, libpngSupport ? true, libpng ? null
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
, rubberbandSupport ? stdenv.isLinux, rubberband ? null
, sambaSupport ? stdenv.isLinux, samba ? null
, sambaSupport ? false, samba ? null
, screenSaverSupport ? true, libXScrnSaver ? null
, sdl2Support ? true, SDL2 ? null
, sndioSupport ? true, sndio ? null
Expand Down

0 comments on commit 164985a

Please sign in to comment.