about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 13:54:27 +0800
committerGitHub <noreply@github.com>2024-04-26 13:54:27 +0800
commit3770a9be203a83a21c1490c477785b49fbe21b66 (patch)
tree241d7b39815f2b5a07ae8e853a02abdeedd4899b /pkgs
parent7d76736be0e26eefca27089b147534200b8f4946 (diff)
parent6f1a3619255792c3587502241bd1463b4e0601e1 (diff)
Merge pull request #306362 from skykanin/openshot-qt-support-wayland
openshot-qt: support wayland
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/openshot-qt/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/video/openshot-qt/default.nix b/pkgs/applications/video/openshot-qt/default.nix
index 089b60a3b27c5..fdd96d1aa3ded 100644
--- a/pkgs/applications/video/openshot-qt/default.nix
+++ b/pkgs/applications/video/openshot-qt/default.nix
@@ -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; [