shotcut: mark as broken for now
This commit is contained in:
parent
ed79420b55
commit
b65c8ffc37
|
@ -34,5 +34,9 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue