1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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