summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/openshot-qt
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2021-01-07 16:47:11 +0100
committerFabian Möller <fabianm88@gmail.com>2021-01-07 18:18:17 +0100
commitd4e7efc1159449225a367552b6e0e44acaa8c7e5 (patch)
tree937c55f91aa1cf82f7136dc7e1a264333f0f2ddd /pkgs/applications/video/openshot-qt
parent02e8f39c2aa2aab8d683c4908b3872fd9531bea8 (diff)
openshot-qt: unbreak
Diffstat (limited to 'pkgs/applications/video/openshot-qt')
-rw-r--r--pkgs/applications/video/openshot-qt/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/video/openshot-qt/default.nix b/pkgs/applications/video/openshot-qt/default.nix
index 9245bdf03e43..ede47ad061f6 100644
--- a/pkgs/applications/video/openshot-qt/default.nix
+++ b/pkgs/applications/video/openshot-qt/default.nix
@@ -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;
};
}