From b65c8ffc3761b71a1278662faac265847d63687a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 10 Dec 2014 15:35:36 +0100 Subject: [PATCH] shotcut: mark as broken for now --- pkgs/applications/video/shotcut/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix index 79fd26204a9..484e28972cb 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; }; }