From 3b9c1a03de9696868c7102ad02729f1b48cceceb Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Sat, 18 Jun 2022 18:27:21 -0400 Subject: [PATCH] mpv: enable rubberbandSupport even if not linux Since ec405741495a8a27edd0a8b16cbbe090778cebc8, rubberband no longer fails to build on darwin, so we can enable it in all cases. --- pkgs/applications/video/mpv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index 6a3bfe9fbfd9..72b8de44ada9 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -61,7 +61,7 @@ , libpngSupport ? true, libpng , openalSupport ? true, openalSoft , pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio -, rubberbandSupport ? stdenv.isLinux, rubberband +, rubberbandSupport ? true, rubberband , screenSaverSupport ? true, libXScrnSaver , sdl2Support ? true, SDL2 , sixelSupport ? false, libsixel