Merge pull request #306362 from skykanin/openshot-qt-support-wayland

openshot-qt: support wayland
This commit is contained in:
Aleksana 2024-04-26 13:54:27 +08:00 committed by GitHub
commit 3770a9be20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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