about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorlunik1 <ch.gpg@themaw.xyz>2021-04-20 19:46:36 +0100
committerlunik1 <ch.gpg@themaw.xyz>2021-04-20 22:54:10 +0100
commitab7032446922199e05b07b6adb4c32b0e191be33 (patch)
treec83c10e1418b2c726aca28a074739a6ba714e7a8 /pkgs/applications/video/mpv
parenteee5a743812fb824c517a3ec0efd62dc9ccfb288 (diff)
mpvScritps.convert: mark as broken
See: #113202
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/convert.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/scripts/convert.nix b/pkgs/applications/video/mpv/scripts/convert.nix
index b7d6ea88fe164..2ff335b083a68 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;
   };
 }