about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-13 22:57:29 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-13 22:57:29 -0500
commit3510e233dcd7d8377c1cb2cb621eacbd209e6b81 (patch)
treeb6007b9bb7536d4ff4820eb78dd2ca34b0b7e104
parent9a2dcdc1db764d6b193856e543dad4624111a58a (diff)
downloadnixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar.gz
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar.bz2
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar.lz
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar.xz
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.tar.zst
nixlib-3510e233dcd7d8377c1cb2cb621eacbd209e6b81.zip
mpv: disable samba support on darwin
-rw-r--r--pkgs/applications/video/mpv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 78e0544fa1d1..f3c7d3761004 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -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