openshot-qt: unbreak

This commit is contained in:
Fabian Möller 2021-01-07 16:47:11 +01:00
parent 02e8f39c2a
commit d4e7efc115
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -55,8 +55,5 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
license = with licenses; gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; unix;
# Cannot use a newer Qt (5.15) version because it requires qtwebkit
# and our qtwebkit fails to build with 5.15. 01bcfd3579219d60e5d07df309a000f96b2b658b
broken = true;
};
}