From b65c8ffc3761b71a1278662faac265847d63687a Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Wed, 10 Dec 2014 15:35:36 +0100 Subject: shotcut: mark as broken for now --- pkgs/applications/video/shotcut/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/video/shotcut') 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; }; } -- cgit 1.4.1