summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorCody P Schafer <dev@codyps.com>2022-06-18 18:27:21 -0400
committerCody P Schafer <dev@codyps.com>2022-09-20 15:31:00 -0400
commit3b9c1a03de9696868c7102ad02729f1b48cceceb (patch)
treea1c2bf25ef18e3e7ca5323b308255fd186884836 /pkgs/applications/video/mpv
parentfff89194fe18fed314f3d279813d7a52c29d5007 (diff)
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.
Diffstat (limited to 'pkgs/applications/video/mpv')
-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 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