Unverified Commit 3770a9be authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

openshot-qt: support wayland
parents 7d76736b 6f1a3619
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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; [