shotcut: mark as broken for now

This commit is contained in:
Vladimír Čunát 2014-12-10 15:35:36 +01:00
parent ed79420b55
commit b65c8ffc37

View file

@ -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;
};
}