From ab7032446922199e05b07b6adb4c32b0e191be33 Mon Sep 17 00:00:00 2001 From: lunik1 Date: Tue, 20 Apr 2021 19:46:36 +0100 Subject: [PATCH] mpvScritps.convert: mark as broken See: #113202 --- pkgs/applications/video/mpv/scripts/convert.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/video/mpv/scripts/convert.nix b/pkgs/applications/video/mpv/scripts/convert.nix index b7d6ea88fe1..2ff335b083a 100644 --- a/pkgs/applications/video/mpv/scripts/convert.nix +++ b/pkgs/applications/video/mpv/scripts/convert.nix @@ -39,6 +39,8 @@ stdenvNoCC.mkDerivation { and Alt+W again to mark the end of the clip. Then a settings window opens. ''; license = licenses.unfree; + # script crashes mpv. See https://github.com/NixOS/nixpkgs/issues/113202 + broken = true; }; }