mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
shotcut: mark as broken for now
This commit is contained in:
parent
ed79420b55
commit
b65c8ffc37
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue