openshot-qt: support wayland

This commit is contained in:
skykanin 2024-04-23 21:42:40 +02:00
parent 3443d8c40c
commit 6f1a361925
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@
, python3
, qtbase
, qtsvg
, qtwayland
, wayland
, waylandSupport ? stdenv.isLinux
, wrapGAppsHook
}:
@ -33,6 +36,9 @@ mkDerivationWith python3.pkgs.buildPythonApplication {
buildInputs = [
gtk3
] ++ lib.optionals waylandSupport [
qtwayland
wayland
];
propagatedBuildInputs = with python3.pkgs; [