about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-05-16 23:04:41 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-06-08 01:24:00 -0300
commit0a3717ab41f980dbea7d634030dc18e8a3536f5d (patch)
tree1ea38b8e5eabdbffd97e7175a42eb701bfee6569 /pkgs/applications/video/mpv
parent411126e1250f3ce49de6c118247eafe15af7b603 (diff)
mpv: break it on Darwin
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index ac458e8073679..f680414029404 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -269,6 +269,7 @@ in stdenv'.mkDerivation (finalAttrs: {
       mpv is a free and open-source general-purpose video player, based on the
       MPlayer and mplayer2 projects, with great improvements above both.
     '';
+    broken = stdenv.isDarwin; # Yet another SDK incompatibility...
     changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}";
     license = lib.licenses.gpl2Plus;
     mainProgram = "mpv";