about summary refs log tree commit diff
path: root/pkgs/applications/video/shotcut
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/shotcut')
-rw-r--r--pkgs/applications/video/shotcut/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 79fd26204a90..484e28972cb2 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -34,5 +34,9 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3;
     maintainers = [ maintainers.goibhniu ];
     platforms = platforms.linux;
+
+    # after qt5 bump it probably needs to be updated,
+    # but newer versions seem to need newer than the latest stable mlt
+    broken = true;
   };
 }